View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom Peo Sjoblom is offline
external usenet poster
 
Posts: 3,268
Default How do I set up a constant reference to a cell that moves?

=INDIRECT("A1")

will always refer to A1


--


Regards,


Peo Sjoblom



"ThirstyDave" wrote in message
...
I have a worksheet that gets it's data from an outside program. When I
refresh the spreadsheet, if a new product is added, it gets inserted
alphabetically, moving all of the other cells (rows) down. My worksheets
that
reference the cells now have the wrong data as the information has moved.
Is
there a way I can reference that specific data even if it moves to a
different cell when I refresh?