About 36,200 results
Open links in new tab
  1. Sum visible (or filtered) range in an Excel Spreadsheet

    Jul 24, 2013 · In case you only want to sum part of the filtered range (e.g. you filter on column A but want the sum of column B), see this question and answer: Copy/Paste/Calculate Visible …

  2. excel - SUMIF only filtered data - Stack Overflow

    0 I am handling the same problem right know and I seem to have found a solution. The screenshot shall be self explanatory - however the key is in placing the SUMIFS "subtotals" …

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

  4. How to sumif only negative numbers from a filtered range in excel

    Mar 21, 2024 · To sum negative numbers in the column, I am using the following formula. =SUMIF(Total Range,"<0") I also need to include sum of negative numbers if the range was …

  5. How does one sum only those rows in excel not filtered out?

    Dec 14, 2015 · I use the SUM (B1..B20) formula to sum a column, but when I filter the data by an adjacent column, the sum doesn't update to reflect only those rows not filtered out. How does …

  6. excel - How to sum of filtered rows where condition applies?

    I am looking for an Excel formula which would produce the sum of all rows in a range, where a certain condition is met AND the rows are not filtered. I know how to do each individually: Sum …

  7. Combining Excel FILTER() and SUM() Functions - Stack Overflow

    Jun 24, 2024 · I can of course do this with SUMIFS() and script a VBA-based solution, but I would really like to accomplish this with Excel's dynamic array functions (calculates in real time and …

  8. excel - Sum values (column C) based on unique value (column A) …

    Feb 28, 2024 · BTW it needs to be distinct sum value and not just based on filtered list. Presently it captures only sum based on visible cells and not sum based on distinct filtered cells.

  9. excel - Filter and Sum Visible Cells in VBA - Stack Overflow

    Nov 13, 2020 · My Excel file has several rows associated with the same country. I need to filter by country ISO code, then sum the quarterly data of 2015 to create a new column with the sum, …

  10. excel - Return sum value of filtered/visible list - Stack Overflow

    The UDF has to calculate the sum of values in the visible cells and return the sum to a cell in "Report" workbook, worksheet "Sheet1". Needless to say, I am making a management …