Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atorralb/c9c7cb5f2c3fb844accf to your computer and use it in GitHub Desktop.
Save atorralb/c9c7cb5f2c3fb844accf to your computer and use it in GitHub Desktop.
=IF(ISERROR(FIND("A_",C2, 0))=TRUE,RIGHT(C2,LEN(C2)-2), IF(ISERROR(FIND("B_",C2, 0))=TRUE,RIGHT(C2,LEN(C2)-2),IF(ISERROR(FIND("C_",C2, 0))=TRUE,RIGHT(C5,LEN(C5)-2), C2)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment