I have tried to write code to insert "NO" in col I where "Emailed" does not appear or Col I contains a blank row
For eg if I2 contains "Emailed" , "Emailed" must remains, If I3 is blank , then "NO" to be inserted
I get a type mismatch when running my code
If Range("I2:I" & LR).Value <>...