Skip to content

Instantly share code, notes, and snippets.

@santhoshv339
Created January 23, 2017 12:23
Show Gist options
  • Save santhoshv339/21aedac7b88cee1f3609ee1830ae66c6 to your computer and use it in GitHub Desktop.
Save santhoshv339/21aedac7b88cee1f3609ee1830ae66c6 to your computer and use it in GitHub Desktop.
Get Last Word(s) After Last/First Instance of a Specified Character
=MID(A1,FIND("=",SUBSTITUTE(A1," ","=",LEN(A1)-LEN(SUBSTITUTE(A1," ",""))))+1,256)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment