View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
[email protected] jasonb@superiorcutstone.com is offline
external usenet poster
 
Posts: 2
Default References to cells in formulas

I have data in cell a1, I need a formula like d1 = b1+c1
I want b1 to point to a1 by reference only.

I just want to be able to enter a1 into b1 to get the value.
I do not want =a1 in cell b1.