Hi everyone.
I'm trying to remove a specific character ")" however, I need it to fit within my existing formula if at all possible. The formula already identifies "(" and removes the character plus everything left of it. I know that the substitute function is probably best here (either that or RIGHT, but the last character isn't always a ")" so I don't think I want to go that route), but I can't quite figure out where to fit it in. Here's what I have currently:
=IF(A2="","",IFERROR(RIGHT(B2,LEN(B2)-FIND("(",B2)),IFERROR(VLOOKUP(A2,'Org Chart'!$E$2:$F$526,2,FALSE),"Rep not found in snapshot")))
Thanks for your help!
I'm trying to remove a specific character ")" however, I need it to fit within my existing formula if at all possible. The formula already identifies "(" and removes the character plus everything left of it. I know that the substitute function is probably best here (either that or RIGHT, but the last character isn't always a ")" so I don't think I want to go that route), but I can't quite figure out where to fit it in. Here's what I have currently:
=IF(A2="","",IFERROR(RIGHT(B2,LEN(B2)-FIND("(",B2)),IFERROR(VLOOKUP(A2,'Org Chart'!$E$2:$F$526,2,FALSE),"Rep not found in snapshot")))
Thanks for your help!