I can get the Find formula to work when looking for a letter but I need to locate the back slash (\) character but when I created the formula I get an #UNPARSEABLE error.
Example: The string to be searched looks like this "Noel\Mark\OfficeDesign" or "Abraham\Lee\kitchenDesign"
I need to pull the names, the first name is the manager and the second is the designer. I need to pull these names out into two separate columns for sorting and filtering.
Current syntax is =FIND("\", [Column14]1)
If I replace the \ with a letter it works but it doesn't like the \ character even though it's in quotes.
How do I get this to work?