Extracting name from email address
I am trying to extract names from email addresses that are in the form:
LEFT(A1,(SEARCH(".",A1,start-pos)−1))
works for the first name, i.e. it returns 'firstname' from the above email address, but I can't work out how to extract the last name.
Can someone help with this?
Thanks,
Nick
Macbook Pro, Mac OS X (10.4.8)