What formula counts each person's active jobs

Annie (Student) 20 Reputation points
2025-02-19T15:55:53.96+00:00

Screenshot 2025-02-19 at 13.22.01

Microsoft 365 and Office | Excel | For business | Windows
0 comments No comments
{count} votes

Accepted answer
  1. Barry Schwarz 3,746 Reputation points
    2025-02-20T02:26:57.7833333+00:00

    The formula

    =COUNTIFS(A$2:A$6,A2,B$2:B$6,"<>done",C$2:C$6,"<>done",D$2:D$6,"<>done")

    in cell F2 produces the correct result for Tom.

    Copy this cell to the corresponding cells in column F to get the results for Sally and Mo.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.