About 706,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. 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 …

  3. 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

  4. 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 …

  5. Sum/Count Formulas auto adjust for inserted rows - Stack Overflow

    Looking to create a sum and a count formula that will automatically adjust itself for new rows that are inserted within the range. For example if I have the formula in cell D55 =SUM (D17:D54).

  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. Sigma or Summation function in Excel - Stack Overflow

    Jun 27, 2016 · Given a value (in a cell), calculate a formula like this: Ʃ(3i+1) for i from 0 to the value specified in the cell. SUM(), SERIESSUM() are not suitable in this case. How can I do …

  8. Excel - How to SUM the results of LEFT? - Stack Overflow

    May 3, 2021 · In row 2, I used =LEFT (B1, (FIND ("/",B1,1)-1)) to get the 288 and ‭‭‭‭233‬‬‬‬. But when I tried to =SUM (B2:C2), it returned a 0. How do I SUM the results of LEFT ()?

  9. 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

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

    Oct 13, 2016 · 9 If you want to use sum on the true/false field you could multiple the true/false condition by 1 so that it evaluates to either 0 or 1. Then your sum function would work on the …