Hello,
I'm trying split the cell into multiple data sets however i have some difficulties to get some of them pulling correctly.
[TABLE="width: 483"]
<tbody>[TR]
[TD="width: 483"]Data sets is looking like below and it's divided from each information by "|" and each data set might have different number of characters. INFO1|INFO2|INFO3|INFO4|INFO5 [/TD]
[/TR]
</tbody>[/TABLE]
I did manage to get the 1,2,3 split out from string however i have difficulties for 4 and 5.
INFO2
=MID(A1, SEARCH("|",A5) + 1, SEARCH("|",A5,SEARCH("|",A5)+1) - SEARCH("|",A5) - 1)
INFO3
=MID(A5, FIND("|",A5, SEARCH("|",A5)+1)+1, SEARCH("|",A5,SEARCH("|",A5)-1) )
Anyone can help how i can get 4 and 5 sorted as for some reason nothing is working correctly.
Thanks T.
I'm trying split the cell into multiple data sets however i have some difficulties to get some of them pulling correctly.
[TABLE="width: 483"]
<tbody>[TR]
[TD="width: 483"]Data sets is looking like below and it's divided from each information by "|" and each data set might have different number of characters. INFO1|INFO2|INFO3|INFO4|INFO5 [/TD]
[/TR]
</tbody>[/TABLE]
I did manage to get the 1,2,3 split out from string however i have difficulties for 4 and 5.
INFO2
=MID(A1, SEARCH("|",A5) + 1, SEARCH("|",A5,SEARCH("|",A5)+1) - SEARCH("|",A5) - 1)
INFO3
=MID(A5, FIND("|",A5, SEARCH("|",A5)+1)+1, SEARCH("|",A5,SEARCH("|",A5)-1) )
Anyone can help how i can get 4 and 5 sorted as for some reason nothing is working correctly.
Thanks T.