View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dav Dav is offline
external usenet poster
 
Posts: 1
Default Inserting a cell changes my formula values


The absolute references will make no difference. Excel keeps track of
where cells are which is a good thing in most cases. If you realy need
it to stay at b4 you will have to write

=IF(A4=indirect("B4"),"SAME","DIFFERENT")

But I would not recommend it

Regards

Dav


--
Dav
------------------------------------------------------------------------
Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107
View this thread: http://www.excelforum.com/showthread...hreadid=573136