About 703,000 results
Open links in new tab
  1. Excel SUM function is not working (shows 0), but using Addition ...

    May 16, 2020 · 21 Excel is telling you (in an obscure fashion) that the values in A1 and A2 are Text. The SUM() function ignores text values and returns zero. A direct addition formula …

  2. worksheet function - Excel isn't calculating the SUM of cells

    Jul 11, 2011 · Excel isn't calculating the SUM of cells [duplicate] Ask Question Asked 14 years, 3 months ago Modified 10 years, 10 months ago

  3. excel - Sum function in VBA - Stack Overflow

    Jul 29, 2012 · 10 Place the function value into the cell Application.Sum often does not work well in my experience (or at least the VBA developer environment does not like it for whatever …

  4. How to sum multiple columns using GROUPBY () function?

    Sep 3, 2024 · I got the trick of GROUPBY() function. It supports to input multiple column range and SUM values for individuals columns by grouping items. The following formula solved my …

  5. excel - Sum function not working on cells with formulas - Stack …

    Sum function not working on cells with formulas Asked 13 years, 1 month ago Modified 7 years, 1 month ago Viewed 89k times

  6. Excel: How to Sum/Aggregate results of "Filter" Function

    Nov 15, 2023 · Excel: How to Sum/Aggregate results of "Filter" Function Asked 1 year, 11 months ago Modified 1 year, 11 months ago Viewed 4k times

  7. microsoft excel 2010 - How to sum a range of cells with N/A …

    Aug 10, 2010 · 8 There is a new function in Excel which will add all the values either positive or negative while ignoring NA's. =aggregate(9,6, range of your data) 9 is used for sum while 6 is …

  8. worksheet function - How to automatically update sum formula …

    Jun 7, 2022 · Usually, when I want a sum to include columns I insert later, I do this by having an empty column between the individual columns to be summed and the sum column, and …

  9. Sum returning 0 in Excel - Super User

    I'm working on an Excel spreadsheet and when I use a SUM formula in a cell and then I select columns, it returns 0. I think that it's due to the double quotes in the cell. I tried to format the cel...

  10. In Excel how can I sum all the numbers above the current cell?

    I know the SUM() function can sum a whole column, but if the total is also in that column then it complains about a circular reference. How can I just sum the numbers above the total?