I am extracting data from sharepoint and need a formula to change this string:
Text string;#40;#Some more text;#284;#and some more;#1003;#and some more again;#410
to this sting
Text string
Some more text
and some more
and some more again
the numbers between ;# can vary from 1 digit to 4 digits and the number of fields is a variable. I would like a formula but could use VB/new function but not sure of the code. Can someone help me?
Thanks in advance
Text string;#40;#Some more text;#284;#and some more;#1003;#and some more again;#410
to this sting
Text string
Some more text
and some more
and some more again
the numbers between ;# can vary from 1 digit to 4 digits and the number of fields is a variable. I would like a formula but could use VB/new function but not sure of the code. Can someone help me?
Thanks in advance