So I have multiple sheets that have columns labeled "Course" "Name" and "Date Certified." I'm trying to create a list on a new sheet that compiles all rows from each of the other sheets if there is a date in the date certified column. I've tried fooling around with IF statements and making a Macro but the best I've come up with just moves the "Course" cell in that row if there is a date enters (I need the whole row information) and when it moves it over it leaves blanks between moved cells because the matching cell on the last worksheet did not have a date. I'm trying to make a macro so that a list is created every time I open the document it updates the list. I took a class years ago so I remember the basics but I'm super rusty on actually writing codes. If anyone has suggestions on what do to that would be great thanks!