Forum Discussion
Richard707
Nov 08, 2023Copper Contributor
Trouble with adding numbers in a column
Hello,
Just recently I've run into trouble adding the numbers in a column. I used to highlight the column and (thought) I went to the sigma/formula symbol and clicked on that. Even when it says "sum", I do "alt plus the = symbol after highlighting the column but nothing happens.
Thanks for your help!
- NikolinoDEGold Contributor=SUM(F3:F25) + F1 + 30
- Riny_van_EekelenPlatinum Contributor
Richard707 When Autosum just shows =SUM() but not a result, I suspect that the numbers are texts. See picture below.
Did you copy/paste them from somewhere else? Or perhaps did you format the column/range as Text before you entered the numbers.
- Richard_LeahyCopper ContributorHi Riny,
Thanks for that; so you're saying I should be sure all the numbers are formatted as numbers not "general?"
I did that but still no luck. When I highlighted the column and either use "Autosum" or type "=SUM and then (column letter number: column letter end number) I get "30+F1F3:F25" in the first cell, or "#NAME?" in the bottom cell. Where do I go from here?
Thanks,
Richard- Riny_van_EekelenPlatinum Contributor
Richard_Leahy No, I didn't say that. The should be numbers, If you, for instance, copy and paste a text consisting of just numbers into Excel it still is a text. You need to use Text-to-columns to transform these texts to real numbers. Only then you can do calculations with them.
Can you upload the file or share a link (Onedrive or similar) giving access to it?
- NikolinoDEGold Contributor
It seems like you are having trouble summing the numbers in a column in Microsoft Excel.
Here is a step-by-step guide on how to do it:
- Click on the cell where you want the sum to appear.
- Type =SUM( in that cell.
- Now, select the range of cells you want to sum. For example, if you want to sum the numbers in column A from A1 to A10, select those cells.
- After selecting the range, close the formula by typing ).
So your formula should look like this: =SUM(A1:A10).
- Finally, press Enter, and Excel will calculate and display the sum of the selected numbers in the cell.
If you encounter any issues with this method, please provide more details.