Trimmimg text
Posted by David Williams on July 28, 2001 6:00 AM
I have a column of names some with 1 name some with 2
ie Jane and Jane Alice
I want to trim this in another column to only use the first name. I've tried left(c1,find(" ",c1)) but this returns an error if there is no space. I've tried using IF to test for a space but that returns errors.
I can do this easily on another spreadsheet I use.
Help