Formula to add if there are one of three values in a range AND a single value in a second range
I have a range with includes Open, Client Assigned and Cerner Assigned. In a second range, I want to find only items that have one of the three values in range 1 AND a value of Critical in range 2. Does anyone know how to do this?
Answers
-
@SConsulting I am not sure what you want to return if your criteria is met but in the formula I built, I just used true and false. You can adjust this to reflect whatever data you wish to return. Try this: =IF(AND(OR([Range1]@row = "Open", [Range1]@row = "Client Assigned", [Range1]@row = "Cerner Assigned"), [Range2]@row = "Critical"), "TRUE", "FALSE")
Melissa Boehl
Smartsheet Architect | TurningPoint Energy
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!