adding several number
What cells are you actually putting the numbers in?
i.e.: Say Jan is in A2, Feb is in A3, and Mar is in A4, and 100 is in B2,
200 is in B3, and 300 is in B4, your formula would be:
=SUM(B2:B4)
--
** John C **
Please remember if your question is answered, to mark it answered :). It
helps everyone.
"pajake" wrote:
I am trying to add several number in one cell. Example: jan I put in
to cell 1: 100, then feb I add 200 to it, then march I ad 300 to it, so
the total so far is 600, this goes on for 12 months.
I have tried =Sum( , , , ). What I end up having is this
=SUM(100,200,300,).
I am using execll 2003
I get an error saying my equation is wrong.
Any ideas,
|