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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!