About 677,000 results
Open links in new tab
  1. excel - Trying to nest a SUM (FILTER inside a SUMIFS function - Stack ...

    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 …

  2. excel - SUMIF only filtered data - Stack Overflow

    I don't believe SUMIF etc have this functionality, however the SUBTOTAL function can do this. (Another option using SUMIFS which allows for multiple conditions)

  3. VBA Excel Sumif and sumifs function - Stack Overflow

    Jan 19, 2024 · VBA Excel Sumif and sumifs function Asked 1 year, 11 months ago Modified 1 year, 6 months ago Viewed 3k times

  4. excel - SumIF Using Table/Named Range Instead of Single Cell Criteria ...

    Mar 3, 2019 · Remember SUMIFS is for multiple criteria, so if you're only calculating one, you'll need =SUMPRODUCT(SUMIF( The way the above works is with vertical vectors only, but changing your …

  5. excel - SUMIF dynamically change summing column - Stack Overflow

    I am using SUMIFS and want the sum_range dynamically to change according to the name I have of a column. I have a table with about 100 columns. Say one of these columns is Paid_BC_items. I want a

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

  7. excel - Sumifs with array criteria? - Stack Overflow

    The worksheet function SUMIFS is meant to match a range with one condition. Yet, you are trying to match a range with another range. There is not only one key to match but there are several keys (as …

  8. SUMIF with do not include part - Excel - Stack Overflow

    Jul 29, 2024 · I m using SUMIF formula to get the sum of rows which include a specific text, Test. However, I want to sum up only rows which do not include the color Red. Currently I m using the …

  9. excel - Can one do a sumif (s) on a dynamic (spilled) range and return ...

    Oct 21, 2021 · Just curious if it's possible to get spill range output from a sum or sumif formula in excel. Given a 2D array, I'd like to sum some rows but preserve the columns. My concern is that once you …

  10. Using SUMIFS with multiple AND OR conditions - Stack Overflow

    Sep 10, 2015 · I would like to create a succinct Excel formula that SUMS a column based on a set of AND conditions, plus a set of OR conditions. My Excel table contains the following data and I used …