Ok this is the formula:
=IF(OR(AND(B5>E5,B24>E24),AND(E5>B5,E24>B24)),"W","L")
It does what I need it to do. However, if the cells in the formula are blank, then the formula always returns "L". Which I mean I guess that is what it is designed to do, but is it possible for the formula to do the same thing except if the cells listed in the formula are blank then return a blank cell?
Bookmarks