Hey guys, I have a string of text in a single cell.
name: peter z | name: john h| name: john g| Age: 22
I have some code which seperates the pipes from the cell and then puts it into seperate columns.
Problem: The string Name: John g Age: 22 needs to be together not seperated.
Does anyone have any code that possibly looks at Age and gets rid of the | just before the A ?
Alternatively any suggestions on how I can fix this problem?
Your help is much appreciated!
Thanks
name: peter z | name: john h| name: john g| Age: 22
I have some code which seperates the pipes from the cell and then puts it into seperate columns.
Problem: The string Name: John g Age: 22 needs to be together not seperated.
Does anyone have any code that possibly looks at Age and gets rid of the | just before the A ?
Alternatively any suggestions on how I can fix this problem?
Your help is much appreciated!
Thanks