=IF(E9>E10,"A",IF(E9<E10,"B",IF(E9=E10,"C")))
Can someone help me...
As you see if there any score the results are A , B, C... now if there's no scores I'd like to show empty cell....
Thanks for your help!!!
Thank very much...but did NOT work, 0 0 is an score
I changed it to
=IF(E9="","",IF(E9>E10,"A",IF(E9<E10,"B","C")))
... and it show C...
thanks again ...
I am betting you think E9 and E10 are empty but they are not. Select E9 and press the Delete key. Then select E10 and press the Delete key.
See the formula work when E9 and E10 are empty?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.