Hello all,
I'm really struggling with this formula for a few days now in my training matrix sheet and appreciate any help you can give before I go nuts LOL.
I want it to take today's date and compare it to the date in cell "basic explosive safety" showing a color symbol: the date the training was taken + 1095 days, + 1065 days, + 1035 days = a different color symbol.
I can get the grey to show if the date cell is blank, but I can't figure out how to get it to show nothing if it meets none of those other requirements. I tried adding , " " after all of the IF arguments but that's not right - I get an #invalid operation. So I'm guessing it is something minor I'm missing. Or I've just completely missed the mark here in my formula.
Thank you for any help you can give!
Tracy
=IF([Basic Explosive Safety]@row = 0, "Gray", IF(TODAY() = [Basic Explosive Safety]@row + 1035, "Green", IF(TODAY() = [Basic Explosive Safety]@row + 1065, "Yellow", IF(TODAY() = [Basic Explosive Safety]@row, +1095, "Red"))))