desert rat
New Member
Hi All,
I have a training spreadsheet where it counts those that have completed, not completed or are exempt from the training. See attached spreadsheet.
What I would like to be able to do is filter by the Business Unit to see who has completed, not completed or is exempt.
Without filtering the Countifs formula works:
COUNTIFS(B6:B19,"<>exempt",B6:B19,"<>")
But when adding in the Subtotal function I continually get errors. I have tried many different versions of the below formula with no luck :
SUMPRODUCT(SUBTOTAL(103,OFFSET(F6,ROW(F6:F282)-ROW(F6),0)),(F6:F282,"<>exempt",F6:F282,"<>"))
Any ideas would be great.
Thanks
I have a training spreadsheet where it counts those that have completed, not completed or are exempt from the training. See attached spreadsheet.
What I would like to be able to do is filter by the Business Unit to see who has completed, not completed or is exempt.
Without filtering the Countifs formula works:
COUNTIFS(B6:B19,"<>exempt",B6:B19,"<>")
But when adding in the Subtotal function I continually get errors. I have tried many different versions of the below formula with no luck :
SUMPRODUCT(SUBTOTAL(103,OFFSET(F6,ROW(F6:F282)-ROW(F6),0)),(F6:F282,"<>exempt",F6:F282,"<>"))
Any ideas would be great.
Thanks