Hi, relatively new to formula. I am calculating daily time spent on projects and have set up a SUMIF formula to do the job, which is work fine.
=SUMIF([Job Date]:[Job Date], DATE(2017, 3, 1), Time:Time) / 60
I now want to add a criterion to calculate the time spent on a project by each team member
[Assigned To]:[Assigned To], "Designers Name"
My question is how do I add this addition part of the formula to get the amount of time spent on projects by each designer.
Thanks Hugh