geparden8450143
New Member
- Joined
- Nov 15, 2016
- Messages
- 4
I am trying to use the formula below:
=IF(Q26>R26,"W",IF(Q26=R26,"D",IF(R26>Q26,"L",FALSE)))
However, I want the formula to be ignored if the cells referred to are blank e.g. if Q26=R26 but both are blank, I don't want the result to be "D"
Any help or suggestions greatly appreciated.
=IF(Q26>R26,"W",IF(Q26=R26,"D",IF(R26>Q26,"L",FALSE)))
However, I want the formula to be ignored if the cells referred to are blank e.g. if Q26=R26 but both are blank, I don't want the result to be "D"
Any help or suggestions greatly appreciated.