Created
September 10, 2014 15:05
-
-
Save michaelcarwile/d8cb39005fb2caa18764 to your computer and use it in GitHub Desktop.
Split and capitalize names in Google Spreadsheet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// if cell to split is C2 | |
=split(proper(C2), " ") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment