Formula to calculate the number of minutes request for a specific date and review board
I have a sheet that is an agenda submission for teams, and then another with a list of dates that calculates how much time is left for a specific date and review board (Primary Column). I have three review boards on the same date, so I want this sheet to pull only the Meeting Duration (Duration) for topics going to one specific review board. I did the below and am getting the #INCORRECT ARGUMENT SET.
Any suggestions?
=SUMIFS({Review Board}, [Primary Column]@row, {Date 2}, [Start Date]@row, {{Duration})
Best Answer
-
With a SUMIFS plural, the structure is actually opposite to a SUMIF singular. In SUMIFS, you'll want to list the Range to SUM at the very beginning of the formula instead of at the end.
Try something like this:
=SUMIFS({Duration}, {Review Board}, [Primary Column]@row, {Date 2}, [Start Date]@row)
I also took out an extra { that you had around Duration. Let me know if this works for you!
Cheers,
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Answers
-
With a SUMIFS plural, the structure is actually opposite to a SUMIF singular. In SUMIFS, you'll want to list the Range to SUM at the very beginning of the formula instead of at the end.
Try something like this:
=SUMIFS({Duration}, {Review Board}, [Primary Column]@row, {Date 2}, [Start Date]@row)
I also took out an extra { that you had around Duration. Let me know if this works for you!
Cheers,
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
-
Perfect, that worked. Thank you
-
Glad I could help! 🙂
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!