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"
The needed result is "a1_café2r2852"
Note, I have a long list of values that I need to apply this formula to and every value in column C begins with \\stlwrchprnprd01\
I want to capture ONLY the value that follows \\stlwrchprnprd01\
To add to this, the value that follows \\stlwrchprnprd01\ is always a combination of letter and/or numbers but can vary in length.
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"
The needed result is "a1_café2r2852"
Note, I have a long list of values that I need to apply this formula to and every value in column C begins with \\stlwrchprnprd01\
I want to capture ONLY the value that follows \\stlwrchprnprd01\
To add to this, the value that follows \\stlwrchprnprd01\ is always a combination of letter and/or numbers but can vary in length.