Hi - I don't have any code for this because i'm not sure where to start. On Workbook1.Sheet1 is a lot of data from column A:O. Workbook2 has sheets with names that correspond to column O on Workbook1.Sheet1. I would like to put the date the procedure is run in column A of each corresponding sheet in Workbook2. I then want to count all the rows in column N that match the sheet name and put that in column B. Column C would count the number of rows with "Cookie" in Column M that also matches the sheet name. Each time the procedure is run, it would put a new entry on the next row. So A5 would have 8/8/2019 and then the counts. When i run it tomorrow A6 will start with 8/9/2019 and the counts. Hope I explained that well enough. Is that doable?