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
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!