I need to add a reference column to my data after every Field name that contains "123". The below data is how i would expect it to look when it comes out please let me know if you can help. Im trying to make this dynamic because in the field i am in i will be receiving multiple different columns but they will always have 123 in the name.
| Car123 | Ref | bag123 | Ref | Dog123 | Ref |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
Any help is greatly appreciated!
Thanks