I have two sheets a master (2800 records) and a feeder (270 records). I am using the following formula to update a column called scheduled date on the master:
=INDEX({feeder06262021 Range 1}, MATCH(IP@row, {feeder06262021 Range 2}, 0))
Which works bringing the date in, however the majority of the cells on the master sheet are not found in the feeder and the results get posted as #NO MATCH. Which I don't want to see. I would like to the cell to be blank or have the date from the feeder. So how do I incorporate a IF THEN or some sort of true statement to achieve what I am looking for, either a date from the feeder sheet or just be blank?