Thread: a1 = sum(a1;a2)
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
M. Hossein Ghomian M. Hossein Ghomian is offline
external usenet poster
 
Posts: 1
Default a1 = sum(a1;a2)

Hi
i have a number, for example in cell a2
i change every time this number and want to have a summery of these changed
numbers in other cell (for example a1), without using the table of changed
numbers.
for example if i use the a1 = sum(a1;a2) the excel will issue the error.

please help me.