Hello all,
I am looking for some help with a formula. I'm super close to getting it but can't figure out the last piece.
Goal:
I have a sheet tracking task completion and want to calculate, month by month, the percentage of tasks completed for each person.
Setup:
- Level 1 rows = person’s name (owner of tasks)
- Level 2 rows = individual tasks
- Columns include:
- MONTH (due date month)
- PROJECT CODE (person assigned)
- DESCRIPTION (parent row with owner’s name)
Current Formula:
=COUNTIFS(MONTH:MONTH, "1", [PROJECT CODE]:[PROJECT CODE], "ANDREA M")
This works, but I have to manually change the name for each person, which isn’t scalable for 100+ people.
What I Need:
A formula that:
- Checks if the task was due in a specific month
- Confirms it’s marked complete
- Matches the name in the DESCRIPTION parent row to the name in the PROJECT CODE column in the child rows
I’ve tried a few approaches but can’t get it to reference the parent row dynamically. Any suggestions to avoid duplicating formulas for every person?
Thanks!
Andrea