reference cell above even if row deleted

  • Thread starter Thread starter John Keith
  • Start date Start date
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
(e-mail address removed)
 
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
(e-mail address removed)
 
John,

Enter this formula in A5:

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



--
Regards,
Soo Cheon Jheong
Seoul, Korea
_ _
^¢¯^
--
 
Thanks everyone. It appears that OFFSET is a command I need to put in
my bag of tricks. I'll try it in the morning.


John Keith
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top