Excel formula result 0

  • Thread starter Thread starter Leelo
  • Start date Start date
L

Leelo

I am trying to add a column figures I am entering =Sum(B5:B52) and getting a
0 result. Can anyone help?
 
The usual problem is that the "numbers" are actually Text and SUM() treats
them as zero.
 
Chances are that what looks like numbers...are actually text. Test one of
the cells that appears to have a number in it.
To test B11:

=ISNUMBER(B11)

Returns True if B1 is a number and False if it is not.

HTH,
Paul
 

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