I have a string created by a formula to replace some words in the string, so it looks like this:
W~1~1~1~SHW~1~5.5~1~1~
Each of the numbers shown between the ~ can be 2 didgit, with the 5.5 also can be 2, plus one dec place.
The alpha characters (W and SHW) will always be 1 (W) or 3 (SHW).
I need to pull out each 'set' of letters or numbers into it's own field in order to use in some calculation. I can pull them out with a MID, but that will not work if the length does not remain consistant. and it will not be constant it can be
W~1~14~1~SHW~1~10.5~1~10~ as well.
Can anyone share a formula that does such a thing in order to get me started? Thanks in advance.
W~1~1~1~SHW~1~5.5~1~1~
Each of the numbers shown between the ~ can be 2 didgit, with the 5.5 also can be 2, plus one dec place.
The alpha characters (W and SHW) will always be 1 (W) or 3 (SHW).
I need to pull out each 'set' of letters or numbers into it's own field in order to use in some calculation. I can pull them out with a MID, but that will not work if the length does not remain consistant. and it will not be constant it can be
W~1~14~1~SHW~1~10.5~1~10~ as well.
Can anyone share a formula that does such a thing in order to get me started? Thanks in advance.