Forum Discussion

keitra's avatar
keitra
Copper Contributor
Apr 02, 2021
Solved

Help with COUNTIFS using Filtered Results

Hi, I'm trying to use COUNTIFS with filtered results probably need to use SUMPRODUCT SUBTOTAL & OFFSET - but just cant get my head around the Syntax.   An example of the  COUNTIFS that I am using ...
  • SergeiBaklan's avatar
    Apr 02, 2021

    keitra 

    Filtering doesn't affect COUNTIFS(). As variant you may add helper column to the table like

    =AGGREGATE(3,5,[@Leverage])

    and modify your formula to count only non-filtered rows

    =COUNTIFS(Table1[Leverage],"Draw",Table1[Result70],"Draw",Table1[75-90Yes],1,Table1[Helper],1)

     

Resources