Forum Discussion

hones720's avatar
hones720
Copper Contributor
Mar 15, 2022
Solved

sum function not adding properly. Returning 0.00 instead of total

I am using a simple sum function to add a column of numbers. For some reason, I am getting a total of 0.00 instead of the sum of the numbers. I have been using the function for years and it is properly configured. Any ideas?

  • hones720's avatar
    hones720
    Mar 25, 2022

    Riny_van_Eekelen 

     

    I found the problem. There was an error in a cell from a different page that caused the sum function not to work. I fixed that error and all is fine. Thanks so much for your help!

6 Replies

  • Riny_van_Eekelen's avatar
    Riny_van_Eekelen
    Platinum Contributor

    hones720 The "numbers" are probably texts. Check by entering the formula =ISNUMBER(......) somewhere. Reference a cell from your list between the brackets. If the answer is FALSE, you know that it's a text.

  • hones720 

    Could the values you're summing be text values that look like numbers?

    What happens if you change =SUM(range) to =SUM(--range) ?

Resources