Thread: result column
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.setup
Khht Khht is offline
external usenet poster
 
Posts: 1
Default result column

I have 3 columns lets call them a,b and c.
line 1 column C I have a total amount
line 2 I have amounts in colum a and b and want a new total in column C
2c=(1c+2a+2b)
than:
3c= (2c+3a+3b), etc.
is there somehow I can set that up to calculate automatically through a
macro??