Skip to content

Instantly share code, notes, and snippets.

@danromero
Created February 12, 2014 17:41
Show Gist options
  • Save danromero/8960622 to your computer and use it in GitHub Desktop.
Save danromero/8960622 to your computer and use it in GitHub Desktop.
Excel/Numbers formula for finding a last name
=RIGHT(A2,LEN(A2)-FIND(" ",A2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment