I need to do present a Warning message if any of three cell locations have a value greater than 8, otherwise be blank. Can someone tell me what is wromg with my formula?
If(EG13>8, or EG18>8, or EG23>8,"Warning, you have exceeded the allowable limit","")
If(EG13>8, or EG18>8, or EG23>8,"Warning, you have exceeded the allowable limit","")