adding several number

J

John C

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)
 
G

George Gee

In cell A1 enter 100
In Cell A2 enter 200
In cell A3 enter 300
In any other cell enter =SUM(A1:A3)

George Gee
 
P

pajake

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,
 
S

ShaneDevenshire

Hi,

Hardcoding values into cells defeats the purpose of using Excel. As pointed
out you should enter the numbers in other cells and then let Excel sum those
cells. However, that is not the reason you are getting an error. In the
formula you list
=SUM(100,200,300,)
works just fine on my machine. So if it fails for you then you are not
showing us everything. The SUM function will allow up to 30 arguments in
2003 and 255 in 2007 so 12 months is not causing a problem.
 
S

shg

You should indeed use cell references, but the SUM function is
unnecessary here; just

=100+200+300
 
G

George Gee

If the cells you are using are formatted for currency, then there's no
problem,
the formula will still sum them.

How are the cells formatted?
What are you actually typing into the cells?
Are you typing 100
Or are you typing $100

George Gee
 
P

pajake

I am using currency as my numbers for my cells, could this be giving me
problems?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top