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

    May 16, 2020 · 22 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 converts each value …

  2. Trying to nest a SUM(FILTER inside a SUMIFS function

    Jan 23, 2024 · New to the wonderful world of excel formulas and hoping someone has a solution to the below: I am trying to use SUM/FILTER functions inside a SUMIF function to return results filtered by …

  3. worksheet function - Excel isn't calculating the SUM of cells - Super User

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

  4. excel - Sum function in VBA - Stack Overflow

    Jul 29, 2012 · 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 reason).

  5. excel - TRUE and FALSE don't work within SUM () - Stack Overflow

    Oct 13, 2016 · The -- will convert the booleans into their integer equivalents: =SUM(--(A1:A4)) Per the documentation on the SUM function: If an argument is an array or reference, only numbers in that …

  6. 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?

  7. Excel SUM function for currency - Stack Overflow

    They won't work for you because the DOLLAR () function converts a number to a text value with a specific format. SUM () does not convert text to numbers, but apparently "+" does. You may be better …

  8. excel - Sum function not working on cells with formulas - Stack Overflow

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

  9. Using SUM (FILTER (...)) instead of SUMIF (...) : r/excel - Reddit

    Jul 19, 2022 · I just only ever use SUMIFS, instead of SUMIF. I also love the FILTER function, but using SUM and FILTER means extra layers to the formula, which means more parentheses. Also, if there's …

  10. How to use SUM function with (new) dynamic arrays in Excel

    8 Let's say 3 columns (A, B, C) are dynamic arrays and I want to create a fourth/final dynamic array formula that is the sum of these 3 columns for each row in column D. For clarity, I am looking for the …