Hi,
I need some guidance/advice to approach this task on alteryx.
I have a range of columns from A:CL but columns A:X can have more columns to be added and require the rest of columns to move to the right.
For example:
| COL X | COL Y | COL Z |
| Pension | ER Pension | Employee ID |
| 10.36 | 25.36 | 123 |
| 15.69 | 28.96 | 456 |
But if there are any new column updates, these shall need to be taken into account and Col Z to move right.
Expected Result:
| COL X | COL Y | COL Z | COL AA | COL AB |
| Pension | ER Pension | Car App | Car Mileage | Employee ID |
| 10.36 | 25.36 | 5.69 | 5.9 | 123 |
| 15.69 | 28.96 | 8.699 | 5.2 | 456 |
Note: Columns from AB to the end always remain the same, just the middle data is 'dynamic'
Kind Regards,
Dan