Hi VBA Gurus,
I hope everyone is doing well. I have this list of Customer IDs and the number of payments for this check run.
It's company practice to increment the IDs by -1(Manually), adding one each time, while doing nothing with the first ID instance. Please see the small example below.
Is there a way to make this a repeatable process Power Query, or any other methods?
Thanks
Imran
I hope everyone is doing well. I have this list of Customer IDs and the number of payments for this check run.
It's company practice to increment the IDs by -1(Manually), adding one each time, while doing nothing with the first ID instance. Please see the small example below.
Is there a way to make this a repeatable process Power Query, or any other methods?
IDS | Desired New IDs |
Imr2022581 | Imr2022581 |
Imr2022581 | Imr2022581-1 |
Imr2022817 | Imr2022817 |
Imr2022817 | Imr2022817-1 |
Imr2022986 | Imr2022986 |
Imr2022986 | Imr2022986-1 |
Imr2022321 | Imr2022321 |
Imr2022321 | Imr2022321-1 |
Imr2022321 | Imr2022321-2 |
Imr2022878 | Imr2022878 |
Imr2022878 | Imr2022878-1 |
Imr2022878 | Imr2022878-2 |
Thanks
Imran