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
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!