LDEWIT1970
New Member
- Joined
- Feb 20, 2018
- Messages
- 2
Hi there I need to replicate the dates between a start and end date range, in one row I have a column for start date and a column with an end date, I want to have the row with the same columns but with each date in that range in a row with the same information
Export sheet column sample :
<tbody>
</tbody>
What I want it to look like :
<tbody>
</tbody>
Thank you
Leeanne
Export sheet column sample :
Name | Start date | End Date | Type |
Leeanne | 01/01/2018 | 05/01/2018 | Vacation |
<tbody>
</tbody>
What I want it to look like :
Name | Start date | End Date | Type |
Leeanne | 01/01/2018 | 01/01/2018 | Vacation |
Leeanne | 02/01/2018 | 02/01/2018 | Vacation |
Leeanne | 03/01/2018 | 03/01/2018 | Vacation |
Leeanne | 04/01/2018 | 04/01/2018 | Vacation |
Leeanne | 05/01/2018 | 05/01/2018 | Vacation |
<tbody>
</tbody>
Thank you
Leeanne