i run a report on a monthly basis. column A has an employee number, of which there are about 100, and column C, a date.the dates are entered daily, if an employee. makes an entry for that day. all employees and dates are in one file. i review the column of dates, looking for a missing date. i found a formula, here, that i use, and works for me. =IF(C3=C2+1,"","C2+1"). it works well if one day is missing, but it does not help me if multiple consecutive days are missing. can anyone suggest an enhancement to the formula, to pick up if multiple days are missing. thanks