I am working on a formula to modify the following string condition:
DM=xxxxxxx,PV=abc,PV=def,PV=hij,PV=klm,PV=nop,ED=qrs,ED=tuv,ED=wxy
- The lower case characters represent the data
- Within each set of data the number of characters can vary
- The following characters are static within the string : “DM=” “,PV=” “,ED=”
I am trying to achieve the following string condition:
abc – def – hij – klm – nop – qrs – tuv - wxy
By way of one only formula that produces the resulting string
OR
As a set of several formulas each producing one of the eight portions of the string
I have tried several formulas with combinations of ‘REPLACE’ ‘SPLIT’ and ‘MID’ functions but I am not quite there yet.
Any advice on what functions or combinations of functions would be the best choices here would be very helpful.
Thank you, KMD
DM=xxxxxxx,PV=abc,PV=def,PV=hij,PV=klm,PV=nop,ED=qrs,ED=tuv,ED=wxy
- The lower case characters represent the data
- Within each set of data the number of characters can vary
- The following characters are static within the string : “DM=” “,PV=” “,ED=”
I am trying to achieve the following string condition:
abc – def – hij – klm – nop – qrs – tuv - wxy
By way of one only formula that produces the resulting string
OR
As a set of several formulas each producing one of the eight portions of the string
I have tried several formulas with combinations of ‘REPLACE’ ‘SPLIT’ and ‘MID’ functions but I am not quite there yet.
Any advice on what functions or combinations of functions would be the best choices here would be very helpful.
Thank you, KMD