Hi! I am trying to copy information from one sheet in excel to another, if the condition that the part is late and hasn't arrived is met. So I want to look at column c (delivery date column) and look for any cell in that column that is empty. This means the part is not here yet. Then I want it to look at the expected delivery date column (column b) and if the date occupying that cell is past the current date, to copy cells 2,3,4,8,9,10,11,12,13 and 14 (in said row) into a separate sheet. Im newer to coding but I have taken a beginner vb and java course, this is just a little beyond me. Thanks!