Dec 05 2019 07:57 AM
I hope someone can help with this because I am pulling my hair out.
When I try to sum numbers in a column, at the bottom of the page it gives me a count and not a sum.
When I try to Autosum, it gives me =SUM().
When I try to add the specific cells, e.g. =SUM(E2:E15) it gives me zero.
I've read through multiple forums which suggest to make sure the cells are formatted as numbers- which they are.
Could someone help me out here because I am completely at a loss. Thanks.
Dec 05 2019 08:09 AM
Most likely, your "numbers" are actually TEXT. Make sure that they are numbers.
Dec 05 2019 08:26 AM
@Riny_van_Eekelen Yes... like I said I have selected the cells and marked them as numbers... but that doesn't change anything. Grrr.
Dec 05 2019 08:53 AM - edited Dec 05 2019 08:55 AM
Understand! But if you format a text as a NUMBER it will still be a text and the SUM function will not work. Say you have " 10" in A1. This a is a text. Try entering the formula =VALUE(A1) to make the text that looks like a number into a real number. Otherwise, upload you workbook so that I can have a look at it.
Dec 05 2019 09:00 AM
Dec 05 2019 09:03 AM
If your numbers are formatted as Text, changing the formula of existing numbers as General or Number won't change them back to real numbers.
To easily convert numbers entered as Text back to the real numbers, select the numbers and follow these steps...
1) Go to Data Tab.
2) Click on Text to Columns and click on Finish in the next window which pops up which is Text to Columns wizard window.
As a result, your numbers as Text will be converted into the real numbers and your existing Sum formula will return the correct output.
Dec 05 2019 09:08 AM
I performed the steps I mentioned in my previous post in your sample file.
Please watch the attached video.
Dec 05 2019 09:09 AM
Went into your sheet and when I select each cell in column C and press enter in the formula bar, the left justified text becomes a number. Also added a formula in column D to demonstrate what I wrote in my previous message.
Dec 05 2019 09:14 AM
Thank you! Is there any way to make this a default?
I've had many versions of Excel and this is the first time I have to go through all these steps for it to recognize text as a number (!)... Isn't that the point of Excel? 🙂
Dec 05 2019 09:21 AM
If you enter a valid number in any cell, the excel will recognize it as a number.
Normally it happens when you copy the data from external source and paste it into excel.
Dec 05 2019 09:23 AM
Depends where your "numbers" come from. Importing them could cause them to be text. Just entering them them from scratch should, by default, recognise them as numbers.
Dec 05 2019 09:24 AM
@Riny_van_Eekelen these were all manually entered... which is so strange... is there something wrong in my settings? I should have to tell it every time that it's a number, right?
Dec 05 2019 09:49 AM
No, you shouldn't have to tell Excel that you are entering numbers. That's what it expects. Sorry.
Dec 05 2019 12:23 PM
@Riny_van_Eekelen So do you think I have some setting wrong? It's very odd... I've been using Excel for 20+ years and never had this issue.
Dec 22 2021 12:13 AM
Dec 22 2021 01:03 AM - edited Dec 22 2021 01:04 AM
Although the 'convert to table' still does not work for me, I found a way without having to F2 every cell as @Ringy_van_Eekelen mentioned.
As I said there were no spaces in the cells as I had already done CTRL+SPACE + CTRL+H type 'space' in search field and hit replace all on the specific column, but no spaces were found.
It turned out that what looked like a space in the cell behind the number, was probably something else. So I selected that white space from one cell behind the number, CTRL+C and CTRL+V in the CTRL+H search field and then hit replace all. Then it found 1001 replacements.
Then I had to copy the whole column to Notepad, create a new column in Excel, set the format to Currency and paste the data from Notepad back in the new column. Now Excel see the data as numbers(currency) and can make calculation on it.
Dec 28 2021 04:11 AM
Jan 09 2022 12:18 AM