I am trying to create a formula that will track total hours by person. The problem is that there could be multiple people in the same row. Here's an example
Description Who Time (days)
Paint car Door Sarah 4
Install Car Door Jack 12
Inspect Car Door Sarah/Robert 24
So, the function should check the "Who" column for a specific person, and if their name is in that column, that should include that associated time in the sum.
If I need to change how names are included on a line, like use a comma instead of a front slash I can do that. Also, the function should search the entire column for that persons name. So if B2:B4 = "Sarah" then add items from associated Time column to sum.
Thanks for your help!
Description Who Time (days)
Paint car Door Sarah 4
Install Car Door Jack 12
Inspect Car Door Sarah/Robert 24
So, the function should check the "Who" column for a specific person, and if their name is in that column, that should include that associated time in the sum.
If I need to change how names are included on a line, like use a comma instead of a front slash I can do that. Also, the function should search the entire column for that persons name. So if B2:B4 = "Sarah" then add items from associated Time column to sum.
Thanks for your help!