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.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!