Hi guys.
Need some help with an If Statement if you please.
=IF(W7="Fail",IF(W8="Pass","A",IF(W7="Fail",IF(W8="Fail","R",IF(W8="",IF(W7="Pass","G"))))))
W7 and W8 are combo boxes (Blank, Pass, Fail)
By selecting W7 Fail and W8 Pass, it returns A
By selecting W7 Fail and W8 Fail, it returns R...