I am trying to remove preceding characters in front of specific text. I have a formula but I am not getting the needed results. Can someone assist me?
The text in cell C2 is \\stlwrchprnprd01\a1_café2r2852
The formula in D2 is =RIGHT(C2,LEN(C2)-FIND("01",C2))
The result is "1\a1_café2r2852"...