Nesting Formula for RYGB
Can anyone help me with a nested formula:
I need the date to populate if the RYGB is yellow or red only.
Formula works for one if I "not" green, but I want it to be if not green or not blue: =IF([Exposure Category]2 <> "Green", [Last Date of Exposure]2 + 15, "N/A")
Can anyone help?
Best Answer
-
My apologies. It should have been an AND instead of an OR.
=IF(AND([Exposure Category]2 <> "Green", [Exposure Category]2 <> "Blue"), [Last Date of Exposure]2 + 15, "N/A")
Answers
-
Try this...
=IF(OR([Exposure Category]2 <> "Green", [Exposure Category]2 <> "Blue"), [Last Date of Exposure]2 + 15, "N/A")
-
Hi Paul, no it did not work... noticed that with this new formula you proposed, it doesn't error, but doesn't change based on any RYGB color change either.
-
My apologies. It should have been an AND instead of an OR.
=IF(AND([Exposure Category]2 <> "Green", [Exposure Category]2 <> "Blue"), [Last Date of Exposure]2 + 15, "N/A")
-
Perfect, it worked! Thanks Paul!
-
Happy to help! 👍️
Please don't forget to mark the most appropriate response as "helpful" so that others searching for a similar solution can know that one may be found here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 149 Just for fun
- 70 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!