mbrown1234
New Member
- Joined
- Mar 19, 2020
- Messages
- 5
- Office Version
- 365
- Platform
- Windows
Hi,
I am trying to figure out how I can get from table one to table two with formulas or some easy VBA. As you can see I want to make one row for John and one for Jenny, instead for two as it is now. The date should also be combined so that the first start date and the last end date shows. E.g. 01.01.20 and 15.02.20 for John.
table 2
Hope someone are able to help me with my problem.
Thanks
I am trying to figure out how I can get from table one to table two with formulas or some easy VBA. As you can see I want to make one row for John and one for Jenny, instead for two as it is now. The date should also be combined so that the first start date and the last end date shows. E.g. 01.01.20 and 15.02.20 for John.
John | to Canada | 01.01.20 | 31.01.20 |
John | to Canada | 01.02.20 | 15.02.20 |
Jenny | to US | 15.01.20 | 31.01.20 |
Jenny | to US | 01.02.20 | 15.02.20 |
table 2
John | to Canada | 01.01.20 | 15.02.20 |
Jenny | to US | 15.01.20 | 15.02.20 |
Hope someone are able to help me with my problem.
Thanks