I'm looking to create a query to give me a count of the following subset of data:
It must be "HA" , "HB", or "HC" or "HD" in Column A.
It must be "Slide 4" or "Slide 5" in column B.
It must be "AX123" in Column C.
It must be "T" or "T-1" on Column D.
When I made the "SUM(COUNTIFS(..." query, I seemed to run into a comma/semi-colon issue. Below was the formula I made and it's not giving me the right value.
=SUM(COUNTIFS($A:$A,{"HA","HB","HC","HD"},$B:$B,{"Slide 4";"Slide 5"}, $C:$C,"AX123",$D:$D,{"T";"T-1"}))
Any help is truly appreciated.
Thanks,
MH
It must be "HA" , "HB", or "HC" or "HD" in Column A.
It must be "Slide 4" or "Slide 5" in column B.
It must be "AX123" in Column C.
It must be "T" or "T-1" on Column D.
When I made the "SUM(COUNTIFS(..." query, I seemed to run into a comma/semi-colon issue. Below was the formula I made and it's not giving me the right value.
=SUM(COUNTIFS($A:$A,{"HA","HB","HC","HD"},$B:$B,{"Slide 4";"Slide 5"}, $C:$C,"AX123",$D:$D,{"T";"T-1"}))
Any help is truly appreciated.
Thanks,
MH