suprsnipes
Active Member
- Joined
- Apr 26, 2009
- Messages
- 434
How can I edit the following formula so that instead of F64 being equal to "" I want to replace this condition to; if the cell F64 does not contain the letter "O". I've tried using isnumber but not quite sure how to use it when I'm looking for not equal to.
Regards,
suprsnipes
Code:
=IF(AND(F64="",C64<=4),SUM(-P64),"")
suprsnipes