I have a basic data list for sales leads and the status of each line is chosen from a drop-down list. I need to write a macro that will automatically change all cells that are "ongoing" to "no" once two months (or 61 days if that is easier) have expired after the original date against that particular line. The dates are in column A and status in column F. The table is in Sheet2 (cells A1:A6). This is quite a large workbook and is currently at row 13781 and increasing by about 15 rows per day. Thank you in advance for any help as I am a complete novice when it comes to VBA.