SUMIFS with Date Range & Condition

Hello Smartsheet Community,
I am hoping you can help me with this simple formula.
=SUMIFS([Start Date]:[Start Date], <=DATE(2024, 3, 1), Timeline:Timeline, "Tender Submitted", [Quote Total]:[Quote Total])
It is coming back as an invalid operation. Can you help?
Thank you in advance.
Best Answer
-
@Chloe MB When writing a SUMIFS, the first argument is what to sum, then range, then criterion.
I think based on the formula above, you would want to adjust it to read this way.
=SUMIFS([Quote Total]:[Quote Total],[Start Date]:[Start Date], <=DATE(2024, 3, 1), Timeline:Timeline, "Tender Submitted")
Answers
-
@Chloe MB When writing a SUMIFS, the first argument is what to sum, then range, then criterion.
I think based on the formula above, you would want to adjust it to read this way.
=SUMIFS([Quote Total]:[Quote Total],[Start Date]:[Start Date], <=DATE(2024, 3, 1), Timeline:Timeline, "Tender Submitted")
-
@JamesB Thank you for this, that is helpful!
All working now. Have a lovely day.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 486 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 498 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!