I'm looking to have a health status (green, yellow, red) populate by checking multiple columns with differing expiration dates.
I'm trying to come up with a formula that will return the following status':
IF[Orientation Date] is in the past and [First Aid Ex Date], [OTS Exp Date], [BBP Exp Date] are at all least 30 days in the future, than "Green"
IF[Orientation Date] is in the past and any [First Aid Ex Date], [OTS Ex Date], [BBP Ex Date] are less than 90 days in future, than "Yellow"
IF any [First Aid Ex Date], [OTS Ex Date], [BBP Ex Date] are missing/blank or in the past, than "Red"
Here is a screenshot of the column names/order.
Any advice is appreciated!