I have the following formula and it works great, however, I need if nothing is in the cell, it to be blank. I don't want the "O" or "X" showing. How do I change my formula?
=IF(AND(AY111>=3.5,AY111<=5.5),"O","X")
Thanks for any help given.
Charles
=IF(AND(AY111>=3.5,AY111<=5.5),"O","X")
Thanks for any help given.
Charles