Basically I am working on a spreadsheet that requires me to reference another cell without using the fill handle so that if I change some of the manually entered data, everything changes accordingly.
Right now it looks something like
B2=B31 and I need D2=B32 without having to manually enter B32. B3 however is B3=B34, and in D3 I need it to be D3=B35.
I've seen talk of using INDIRECT and ROW or COLUMN, but I cannot seem to get it to work. I would like the entire D column to be whatever cell is under the cell that the B column references.
Bookmarks