Possible Duplicate:
Can you do Regular Expressions in Excel without VBScript?
I wish to replace a string pattern with another along the lines of the following:
=SUBSTITUTE(SUBSTITUTE(name," Vlue", " Replace")," Value", " Replace")
Wherein I am looking for either " Value" or " Vlue" and replacing it with " Replace".
Perhaps something heading in this direction (that does not work):
=SUBSTITUTE(name," V?lue", " Replace")
How can I easily achieve this in Excel 2010 on Windows?
substituteand trying both cases, but I imagine there is a better way. – WilliamKF Nov 9 '12 at 15:02Va?lueto match what you're describing? – Oliver Salzburg♦ Nov 9 '12 at 15:02?require one character? – WilliamKF Nov 9 '12 at 15:03