What formula if I have two variables
Hoping someone can help me with this one.
I need a formula to show totals by GEO and booked/non booked.
If the Sales Order Number is blanked, it's not booked and i want a total by GEO for pipeline.
If the Sales Order Number is non-blank, then I want a total by GEO for booked.
When I'm done, i want on a seperate sheet:
Americas booked total and non-booked total
EMEAR booked total and non-booked total
APJC booked total and non-booked total
I'm assuming SUMIFS won't be the correct formula? I tried, but failed, not sure if I did it wrong or if there is a better way?
Best Answer
-
You have two options for designating a cell as blank. You may either use the double quote "" or you can use the function ISBLANK(@cell)).
=SUMIFS({TEST TEST TEST Range 1}, {TEST TEST TEST Range 2}, "AMERICAS", {TEST TEST TEST Range 3}, "")
or
=SUMIFS({TEST TEST TEST Range 1}, {TEST TEST TEST Range 2}, "AMERICAS", {TEST TEST TEST Range 3}, ISBLANK(@cell))
cheers
Answers
-
Tried this formula b
=SUMIFS({TEST TEST TEST Range 1}, {TEST TEST TEST Range 2}, "AMERICAS", {TEST TEST TEST Range 3}, "ISBLANK")
-
You have two options for designating a cell as blank. You may either use the double quote "" or you can use the function ISBLANK(@cell)).
=SUMIFS({TEST TEST TEST Range 1}, {TEST TEST TEST Range 2}, "AMERICAS", {TEST TEST TEST Range 3}, "")
or
=SUMIFS({TEST TEST TEST Range 1}, {TEST TEST TEST Range 2}, "AMERICAS", {TEST TEST TEST Range 3}, ISBLANK(@cell))
cheers
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!