In excel, I want to link 2 separate cells, in different worksheets to have exactly the same formatting. I also need the second cell to automatically update if the 1st cell is changed.
Is this possible?
Many thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try using =sheetname!Cellref
so e.g if you need your cell to be the same as cell g4 in Prices you’d say =Prices!G4
Or, if that doesn’t work, open both sheets, type = in the cell that is doing the copying and then flick to the other book and click the cell you wish it to copy =]