Hi, I would appreciate some help adapting the code below. What I want to be able to do is - When the text "Ready" appears in cell K3 on sheet 1. I dont want the data from Sheet1F3 to be displayed. I want this cell to be blank. The text Ready is sent from 3rd party software which I connect excel to. Any help appreciated.
=IF(M9<=Sheet1!$H$3,Sheet1!$F$3,"")
=IF(M9<=Sheet1!$H$3,Sheet1!$F$3,"")