Hi people,
This is baffling me. I am counting the number of rows in a column based on one of three criteria: Completed, In Process, and Not Started. The formula below works well when "Not Started" is replaced by "Completed" or "In Process". But "Not Started" always gives a value of 0.
=SUMPRODUCT(SUBTOTAL(3,OFFSET($G$5:$G$6061,ROW($G$5:$G$6061)-MIN(ROW($G$5:$G$6061)),,1)),--($D$5:$D$6061="Not Started"))
Any ideas?
Regards
Andrew
This is baffling me. I am counting the number of rows in a column based on one of three criteria: Completed, In Process, and Not Started. The formula below works well when "Not Started" is replaced by "Completed" or "In Process". But "Not Started" always gives a value of 0.
=SUMPRODUCT(SUBTOTAL(3,OFFSET($G$5:$G$6061,ROW($G$5:$G$6061)-MIN(ROW($G$5:$G$6061)),,1)),--($D$5:$D$6061="Not Started"))
Any ideas?
Regards
Andrew