Consider column A is the "expected date" , and column B is the "actual date", column C the subtraction column.
Put this formula in the 1st cell of column C, then pull down for rest of the cells:
=IF(A1=""," ",A1-B1)
(Explanation: If cell A1 is blank, then leave the cell empty, else subtract A1-B1)
Bookmarks