Ok so I have a Health and Safety utility I am creating to determine if a formal accident report is needed. I have:
F3 = First Aid = yes or No
G3 = Medical Attention = yes or no
H3= Modified work = yes or No
Here is what I want my formula to say:
If F3 = yes and G3= no then return "Exempt"
if F3=yes and H3 =yes and G3= no, then return :"exempt"
IF F3= no and H3=yes and G3 =yes , then return "Exempt"
The alternative case in each instance is "Report Required"
Thanks for your time.
F3 = First Aid = yes or No
G3 = Medical Attention = yes or no
H3= Modified work = yes or No
Here is what I want my formula to say:
If F3 = yes and G3= no then return "Exempt"
if F3=yes and H3 =yes and G3= no, then return :"exempt"
IF F3= no and H3=yes and G3 =yes , then return "Exempt"
The alternative case in each instance is "Report Required"
Thanks for your time.