G
Guest
Good afternoon all
I am looking for a way to reference a cell in relation to the current one, but a reference which will never change. Absolute cell references point to a specific cell, not a specific location, and will continue to do so no matter how many rows/columns you add
ex (Formula in cell A1)
=$B$
If I add cells above B1 (ie push cells down in that column), then A1 will point to $B$2, $B$3, etc. instead of staying with $B$1
How can I prevent this? I tried using the R1C1 reference style, but of course its functionality is the same, albeit with a different look. Obviously, relative references don't work either.
I am looking for a way to reference a cell in relation to the current one, but a reference which will never change. Absolute cell references point to a specific cell, not a specific location, and will continue to do so no matter how many rows/columns you add
ex (Formula in cell A1)
=$B$
If I add cells above B1 (ie push cells down in that column), then A1 will point to $B$2, $B$3, etc. instead of staying with $B$1
How can I prevent this? I tried using the R1C1 reference style, but of course its functionality is the same, albeit with a different look. Obviously, relative references don't work either.