I have several columns associated with dates that are variable and changes depending on data input into the spreadsheet. Therefore sometimes the first columns start in the middle of a week.
I would like for the document to automatically determine which columns are associated with the first Monday in the range and copy those columns and all columns ahead of it to another sheet in the workbook.
Eg. If the first column was a Friday, I want it to skip the columns from Friday until it reaches Monday and then copy all columns ahead of Monday with data.
Is this possible with formulas or VBA? Any help would be greatly appreciated.
I would like for the document to automatically determine which columns are associated with the first Monday in the range and copy those columns and all columns ahead of it to another sheet in the workbook.
Eg. If the first column was a Friday, I want it to skip the columns from Friday until it reaches Monday and then copy all columns ahead of Monday with data.
Is this possible with formulas or VBA? Any help would be greatly appreciated.