Sorry, I honestly didn't see the button. (It didn't look like a button on my small laptop screen, at the 70% screen size the sheet was set at.)
So now that you found the column, you want to loop through the ROWS to assess if it is required or not. Maybe this is what confused me earlier... since you mentioned you wanted to loop through the COLUMNS.
Something like this might work, assuming you want to ignore anything with a "Done" in the cell and ignore anything with an "N/A" in the cell.
(Recall we already have a number for the variable "column.")
(Obviously, change the variable names I used to match your own. Also, this copies the data into column A of the Template Worksheet. Maybe you want the data copied into Column B, for example.)
Bookmarks