Hi Experts of Mr Excel.com,
Please let me know if I'm not making sense.
Heres a sample.
=IF(OR(ISBLANK(H43:H44)," ",IF(OR("Fail" = K34:H44),"Fail","Pass"))
H43:H44 = (Pass:Fail) cells
Thanks in advanced!
Please let me know if I'm not making sense.
Heres a sample.
- Action 1 - 4 will result in either a "Pass" or "Fail"
- Overall Outcome = Fail (If 70% or below, or if Action 3 results in a Fail)
- Overall Outcome = Pass (if above 70%, and if Action 3 results in a Pass)
- Action 3 - Fail results in automatic Overall fail
- Also, if the template is not yet filled in for Action 1-4 (Pass/Fail), I would like the Overall Outcome to be blank
=IF(OR(ISBLANK(H43:H44)," ",IF(OR("Fail" = K34:H44),"Fail","Pass"))
H43:H44 = (Pass:Fail) cells
Thanks in advanced!