Hi. My data is about a group of workshop programs to be delivered during 2024.
Data has 3 regions: America, Asia and Europe.
There are 4 different workshop programs: A, B, C and D.
Each program is delivered over 3, 4 or 5 days, and is repeated multiple times during the year for convenience.
For Example:
| Region | Program | Session Date | Program Start Date | Program End Date |
| AMERICA | B | 05/08/2024 | 05/08/2024 | 15/08/2024 |
| AMERICA | B | 08/08/2024 | 05/08/2024 | 15/08/2024 |
| AMERICA | B | 12/08/2024 | 05/08/2024 | 15/08/2024 |
In the table above, program B has 3 sessions delivered in 3 dates which are close to each other.
I would like to create a table like below:
In empty cells, I would like to put dates from Program Start Date field and it should be the start date of the closest program from today.
I attach sample data with an additional field Program Start Date From Today. I will be thankful if anyone could help me with the workflow. TIA!