I have a big tracking spreadsheet that adds new lines to the top and copy cells but collegues keep deleting a cell because it wasn't right on the previous row
I have this Formula =IF(AND(P9<>"",P9<=$B$3+7,M9<>"Yes"), "check with Barry", "")
However in M9 there is NA which is returning check with Barry
If M9 has Yes The cell is empty
How can I change the formula to be empty if M9 contains Yes or NA but still show check with Barry if M9 is empty
I have this Formula =IF(AND(P9<>"",P9<=$B$3+7,M9<>"Yes"), "check with Barry", "")
However in M9 there is NA which is returning check with Barry
If M9 has Yes The cell is empty
How can I change the formula to be empty if M9 contains Yes or NA but still show check with Barry if M9 is empty