selant
Board Regular
- Joined
- Mar 26, 2009
- Messages
- 109
I have datas in A column. For example A1 :
AB 1524 - AB 1457 - AB 4158
How can i turn this data into multiple rows into a different worksheet ( "-" character will be the split character and i would need to trim spaces in the beginning and end) such as following :
AB 1524
AB 1457
AB 4158
There are lots of data in source column A, which means the function i require needs to be in a loop format if possible.
Any helps appreciated.
AB 1524 - AB 1457 - AB 4158
How can i turn this data into multiple rows into a different worksheet ( "-" character will be the split character and i would need to trim spaces in the beginning and end) such as following :
AB 1524
AB 1457
AB 4158
There are lots of data in source column A, which means the function i require needs to be in a loop format if possible.
Any helps appreciated.