View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Eric[_20_] Eric[_20_] is offline
external usenet poster
 
Posts: 31
Default Variable within a formula

Hello,

I would like to set a formala in a cell that would vary based on the value
of an another cell.
The end result should look like: ='040208'!A1+C4 with 040208 being the value
of the cell in question.

How can I do that?

Thank you.

Eric