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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!