I have another question with the code that was provided...
I am wanting to use this function in a table and instead of using:
StringRemovalNotSoSimple(C1)
I would like to use the Table headers
StringRemovalNotSoSimple([Solution])
I am receiving "#VALUE!" error by using this...
This does exactly what I was looking for. I will be learning a lot from your code. Thank you SirJB7.
BTW
I also learned from a colleague that I could have used "find and replace" twice instead of using a function. I didn't know that I could use wild cards in a search.
Find: /#*#/...
Thanks for the reply SirJB7...
The numbers and # need to come out of the string.
This is what I have come up with so far... I don't like this approach but cannot think of how to solve.
Copy this formula into column E with the data in column C...
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...