View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Nigel[_2_] Nigel[_2_] is offline
external usenet poster
 
Posts: 735
Default formula add value in 3 column

Is it simply a formula to add column A and column B?

Then put in column C the following

=An + Bn

where n = row number

But I am sure that is not what you are asking?

--

Regards,
Nigel




wrote in message
...
how do i do if i want any value in column A and column B was add..and
the result is in Column C
this is what i mean..

Column A + Column B = Column C
or more easier to understand , A+B=C

it doesnt matter which cell/row/range that value located but still in
column A or B...and the result in column C

hope understand

thanks in advance!