pranavshandilya
New Member
- Joined
- Oct 9, 2013
- Messages
- 4
I have a sheet "data-dump", which has data from row 2 (column A to D) onwards where row 2 has got headers. The first 2 columns of the sheet has Start-Date & End-Date. I need to create a macro such that it reads the data in the sheet "data-dump" and based on the column A & B i.e. Start-Date & End-Date, creates multiple sheets for the dates.
for example if I have below data in data-dump sheet, it should create 3 sheets viz. 01-Sep-2021, 02-Sep-2021 and 03-Sep-2021, in which
Any help would be greatly appreciated.
Thanks
for example if I have below data in data-dump sheet, it should create 3 sheets viz. 01-Sep-2021, 02-Sep-2021 and 03-Sep-2021, in which
- 01-Sep-2021: should have 2 records Task Description 1 & 3
- 02-Sep-2021: should have 3 records Task Description 1, 2 & 3
- 03-Sep-2021: should have 1 records Task Description 1
Any help would be greatly appreciated.
Thanks
Start-Date | End-Date | Task | Program |
01/09/2021 | 03/09/2021 | Task Description 1 | VBA |
02/09/2021 | 02/09/2021 | Task Description 2 | Java |
01/09/2021 | 02/09/2021 | Task Description 3 | SAP |