SUM COLLECT FORMULA with OR
Hi,
I have this formula working, but need to add an OR statement. I need the formula to work if the last criteria is either "21CNTRL" or "CNTRL". Any help is much appreciated. thanks!
=SUM(COLLECT({Archive-PO Requisitions Range 1}, {Archive-PO Requisitions Range 2}, @cell = [Site Name]@row, {Archive-PO Requisitions Range 3}, [Need by Month Year]@row, {Archive-PO Requisitions Range 4}, "21CNTRL"))
Best Answer
-
=SUM(COLLECT({Archive-PO Requisitions Range 1}, {Archive-PO Requisitions Range 2}, @cell = [Site Name]@row, {Archive-PO Requisitions Range 3}, [Need by Month Year]@row, {Archive-PO Requisitions Range 4},OR(@cell= "21CNTRL", @cell="CNTRL")))
Answers
-
=SUM(COLLECT({Archive-PO Requisitions Range 1}, {Archive-PO Requisitions Range 2}, @cell = [Site Name]@row, {Archive-PO Requisitions Range 3}, [Need by Month Year]@row, {Archive-PO Requisitions Range 4},OR(@cell= "21CNTRL", @cell="CNTRL")))
-
Thank you!!! It worked.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.7K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!