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.
Apr 14, 2022
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( )
Change the text to number by changing the cell format to number, or use the function Value( )