stop insert from changing cell reference

  • Thread starter Peaceful Wisdom
  • Start date
P

Peaceful Wisdom

I have a cell that references the row above it and three columns to the left.
If I insert a row, the reference changes to two rows above. How can I stop
this, and have it stay at one row above? Thanks.
 
R

Ron Coderre

Try this example:
D2: =OFFSET(D2,-1,-3)

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro
 
Top