How do you write a SUMIFS forumula with 3 criteria?
Below is my formula, but I am not getting it right:
=SUMIFS({2020 OE Revenue Actual & Projected Range 1}, {2020 OE Revenue Actual & Projected Range 2}, "New Business", [({2020 OE Revenue Actual & Projected Range 3}, >12/31/19), ({2020 OE Revenue Actual & Projected Range 3}, < 02/01/20)])
Best Answer
-
There are a few minor tweaks...
You do not need the square brackets, and when referencing a date in Smartsheet, you have to use the DATE function. There is also an extra set of parenthesis that isn't needed tucked in there.
DATE(yyyy,mm,dd)
=SUMIFS({2020 OE Revenue Actual & Projected Range 1}, {2020 OE Revenue Actual & Projected Range 2}, "New Business", {2020 OE Revenue Actual & Projected Range 3}, > DATE(2019, 12, 31), {2020 OE Revenue Actual & Projected Range 3}, < DATE(2020, 02, 01))
Answers
-
There are a few minor tweaks...
You do not need the square brackets, and when referencing a date in Smartsheet, you have to use the DATE function. There is also an extra set of parenthesis that isn't needed tucked in there.
DATE(yyyy,mm,dd)
=SUMIFS({2020 OE Revenue Actual & Projected Range 1}, {2020 OE Revenue Actual & Projected Range 2}, "New Business", {2020 OE Revenue Actual & Projected Range 3}, > DATE(2019, 12, 31), {2020 OE Revenue Actual & Projected Range 3}, < DATE(2020, 02, 01))
-
Your a genius! Thank you!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!