Forum Discussion
AntonioCamacho1964
Apr 13, 2022Copper Contributor
SUM function gives null result
I'm using SUM function and it returns 0.
8 |
12 |
8 |
10 |
0 |
I don't understand why is it happening.
2 Replies
Sort By
- Seems you are working with text, so you need to change them to numbers.
Change the text to number by changing the cell format to number, or use the function Value( ) - Detlef_LewinSilver ContributorYour numbers are not numbers but text and SUM() ignores text.
Check with ISNUMBER() or ISTEXT().