reference cell above even if row deleted

J

John Keith

I would like to be able to reference a cell imediately above the
current cell even if the row above that cell had just been deleted.

For instance:

contents of A5: =A4+$B$1

then delete row 4 and rather than have contents of A4:#REF!+$B$1
have it A4:A3+$B$1

Is there some way to do this?

Thanks for any tips.


John Keith
[email protected]
 
D

Dave Peterson

How about:

=$A$1+OFFSET(A5,-1,0)



John said:
I would like to be able to reference a cell imediately above the
current cell even if the row above that cell had just been deleted.

For instance:

contents of A5: =A4+$B$1

then delete row 4 and rather than have contents of A4:#REF!+$B$1
have it A4:A3+$B$1

Is there some way to do this?

Thanks for any tips.

John Keith
[email protected]
 
S

Soo Cheon Jheong

John,

Enter this formula in A5:

=OFFSET(B5,-1,-1)+$B$1



--
Regards,
Soo Cheon Jheong
Seoul, Korea
_ _
^¢¯^
--
 
Top