DougRobertson
Active Member
- Joined
- Sep 22, 2009
- Messages
- 334
- Office Version
- 365
- Platform
- Windows
Hello,
From cell D10, I want to have a formula that tells me the value of the number in the cell two rows up, or in this case, cell D8.
For a non-dynamic formula, I would just use:
But I want the row number to be dynamic, something like
I fear that the solution is painfully simple, but I can't seem to find it!
With thanks in advance!
~ DWR
From cell D10, I want to have a formula that tells me the value of the number in the cell two rows up, or in this case, cell D8.
For a non-dynamic formula, I would just use:
HTML:
=D8
But I want the row number to be dynamic, something like
HTML:
=D&(Row()-2)
I fear that the solution is painfully simple, but I can't seem to find it!
With thanks in advance!
~ DWR