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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!