Hi
I'd like to write a formula that
i) checks that J1 is not blank
i) checks if the word "for" is NOT in a cell J1
ii) checks if cell K1 is equal to 0.
I've tried this formula but it's not returning the result expected.
=IF(AND(J1<>"",K1=0,COUNTIF(J1,"*for*")),"Code","Blank")
Please...