Formulas

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I enter =SUM(C11+C21) C11 is 10000 and C21 is (9000)
My formula result is 0. What gives?
 
Possibley those numbers are actually rext.

Format them as General then copy an empty cell.

Select the cells with "numbers" and Edit>Paste Special>Add>OK>Esc


Gord Dibben MS Excel MVP
 
Normally you wouldn't use SUM(C11+C21), either

=SUM(C11,C21)

or just

C11+C21

but that doesn't explain your problem.....what happens if you press F9, how
is the result cell formatted?
 
I tried this but I didn't understand the "Select the cells with "numbers" and
Edit>Paste Special>Add>OK>Esc"
I tried F9 and it did nothing. I cleared contents. Copied an adjacent cell
with the same fomula and pasted but it changed to the correct column formula
but with the same total from the adjacent column.
 
Your numbers in C11 and C21 look like numbers but are probably text.

That's why you get the zero.

Try again..............format all to General.

Copy a blank cell.

Select the range with the "look like" numbers and in place Edit>Paste
Special>Add>OK>Esc.

Adding the blank cell you copied will force Excel to treat them as real numbers.


Gord
 

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

Back
Top