Unable to Sum() Number Values

  • Thread starter Thread starter Always Learning
  • Start date Start date
A

Always Learning

Hi Everyone,

Can you help me please.
I have a column of numbers. I have formated the cells as number but when I
try to sum() the column it does not calculate, it just leaves the words
Sum() in the cell. Also any cells with zero in them display as 0 and not
0.00 it's as if the contents of the cells are still text but I have
formatted to number.

Does anyone know what's going on and how I get over this.

Thanks for your help it's appreciated.

Best Regards,

Steve Wilson.
 
Steve

'Numbers' often get stuck as text in Excel. Enter a 1 in a blank cell and
copy it. Highlight the text numbers and then Edit>Paste
special...>Values+Multiply. This will 'shift' them into being seen by Excel
as real numbers

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
www.nickhodge.co.uk
(e-mail address removed)
 
To prove Nick's suggestion, try this. Enter

=SUMPRODUCT(--(A1:A10))

and see if you get the correct results (adjust the range to suit)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Hi

Do you see "Sum(...)" or "=Sum(...)" in cell?

When 1st is the case, then you left '=' out from formula. Otherwise check
format of cell with formula - it must'nt be text.
 
Also check Tools|Options|View and make sure that Formulas is not checked.

Jerry
 
Hi Guys,

Thanks for your help and time.
Nicks tip solved it for me.

Best Regards,

Steve Wilson.
 

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