Jose Fonyat
New member
- Joined
- Aug 30, 2017
- Messages
- 13
- Reaction score
- 0
- Points
- 0
- Location
- Brazil
- Excel Version(s)
- Microsoft 365 Apps Versao 2007
Dear members, let me know if you can help me with this problem:
My table is the following:
My Goal is to achieve this new table:
The idea is:
- Create as many rows as the N.Days and repeat all content
- Create a new column and insert the correspondent date of use (DayUse)
Thanks a lot
Best Regards
My table is the following:
Customer | IdCustomer | Start | End | N.Days |
John | 1 | 15/12/2017 | 18/12/2017 | 3 |
Bruce | 2 | 10/01/2017 | 12/01/2017 | 2 |
My Goal is to achieve this new table:
The idea is:
- Create as many rows as the N.Days and repeat all content
- Create a new column and insert the correspondent date of use (DayUse)
Name | IdCustomer | Start | End | N.Days | DayUse |
John | 1 | 15/12/2017 | 18/12/2017 | 3 | 15/12/2017 |
John | 1 | 15/12/2017 | 18/12/2017 | 3 | 16/12/2017 |
John | 1 | 15/12/2017 | 18/12/2017 | 3 | 17/12/2017 |
Bruce | 2 | 10/01/2017 | 12/01/2017 | 2 | 10/01/2017 |
Bruce | 2 | 10/01/2017 | 12/01/2017 | 2 | 11/01/2017 |
Thanks a lot
Best Regards