SUMIFS Function for multiple condition in a column with multiple criteria
Hi Team,
I am working on a data wherein I have Value in CSPBU Boost Requests Range5 that need to added only when Criteria1 - if CSPBU Boost Requests Range3 is Approved inn a Column, and if In CSPBU Boost Requests Range2 either we have Lost or Cancelled.
=SUMIFS({CSPBU Boost Requests Range 5}, {CSPBU Boost Requests Range 3}, "Approved", {CSPBU Boost Requests Range1},"Lost" OR Cancelled")
The above formula is not working please suggest
Thanks
Anil Raghav
Best Answers
-
Try this slight adjustment...
=SUMIFS({CSPBU Boost Requests Range 5}, {CSPBU Boost Requests Range 3}, "Approved", {CSPBU Boost Requests Range1}, OR(@cell = "Lost", @cell = "Cancelled"))
-
Paul you made my day thank you so much. Appreciate you support😊
Answers
-
Try this slight adjustment...
=SUMIFS({CSPBU Boost Requests Range 5}, {CSPBU Boost Requests Range 3}, "Approved", {CSPBU Boost Requests Range1}, OR(@cell = "Lost", @cell = "Cancelled"))
-
Paul you made my day thank you so much. Appreciate you support😊
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.1K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 444 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 291 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!