I know countifs counts everything including hidden rows...so how would I modify my formula with a different command to NOT COUNT hidden rows based on criteria?
This is what my formula is now:
=SUM(COUNTIFS(D3:D40,{"12","10","8*","8","OT*","TRADE*","DENIED"})) which counts up everything even if hidden, I need it to count up anything that fits those criteria but exclude the manually hidden rows. Not sure how to modify it.
This is what my formula is now:
=SUM(COUNTIFS(D3:D40,{"12","10","8*","8","OT*","TRADE*","DENIED"})) which counts up everything even if hidden, I need it to count up anything that fits those criteria but exclude the manually hidden rows. Not sure how to modify it.