SUMIFS formula help needed

I am trying to add the value in the Time Spent(hours) column if the Project Commitment - Quarter is equal to Q3 2023 and if the Primary POC - Owns Updates is equal to a resource name. Here is the formula that I have that keep son returning as unparseable.
=SUMIFS([Time Spent(hours)], [Project Commitment - Quarter], "Q3 2023", [Primary POC - Owns Update], "George")
Best Answer
-
Hi @Ro W ,
You're ranges aren't quite right. Try this.
=SUMIFS([Time Spent(hours)]:[Time Spent(hours)], [Project Commitment - Quarter]:[Project Commitment - Quarter], "Q3 2023", [Primary POC - Owns Updates]:[Primary POC - Owns Updates], "George")
Hope that helps,
Dave
Answers
-
Hi @Ro W ,
You're ranges aren't quite right. Try this.
=SUMIFS([Time Spent(hours)]:[Time Spent(hours)], [Project Commitment - Quarter]:[Project Commitment - Quarter], "Q3 2023", [Primary POC - Owns Updates]:[Primary POC - Owns Updates], "George")
Hope that helps,
Dave
-
Thank you @DKazatsky2 Dave this worked!
Help Article Resources
Categories
Check out the Formula Handbook template!