I have a table which consists of a list of to do items. The table is set up like this:
What I want to be able to do is have a summary table somewhere that shows the total number of Tasks assigned to each person and their respective % complete. When something is complete, the word 'Done' will appear in the third table column.
I'm able to get a total number of Tasks for each person using the COUNTIF function based on their name in the 2nd column of the table, but what I don't know how to do is how to perform a check on each one of a person's tasks to see if the cell has the word 'Done' in it or not.
Thank you for your help!
Thanks!!
Matt
Code:
Assignment | Who | Status |
----------- ------- --------
Task 1 Matt Done
Task 2 Matt
Task 3 Fred
Task 4 Jane Done
Task 5 Fred
What I want to be able to do is have a summary table somewhere that shows the total number of Tasks assigned to each person and their respective % complete. When something is complete, the word 'Done' will appear in the third table column.
I'm able to get a total number of Tasks for each person using the COUNTIF function based on their name in the 2nd column of the table, but what I don't know how to do is how to perform a check on each one of a person's tasks to see if the cell has the word 'Done' in it or not.
Thank you for your help!
Thanks!!
Matt