I want to make a cell equal to the cell above it.
When I write
=address(row()-1;column())
It just writes the name of the cell above(for example for B2 it writes $B$1)
Is there a function which inputs the address and puts the value?
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 the OFFSET function to offset the cell by -1 row.
For example you can paste the below formula into cell A2 and it will return the value of A1:
If, however, you really want to keep your present address method, put it inside of the INDIRECT function like this: