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
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!