View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] kriskapella@gmail.com is offline
external usenet poster
 
Posts: 8
Default Summing To Same Cell Reference


I have the the following values in cells indicated:

A1 = 40
A2 = 60
A3 = 150
========
A1 =150
========

I need the figures add up to first cell. I applied this formula without success RC = "=RC+ R[+1]C+R[+2]C"