View Single Post
  #2   Report Post  
Max
 
Posts: n/a
Default

Assuming data is in A1 down,
Try in B1: =LEFT(A1,LEN(TRIM(A1))-SEARCH(" ",TRIM(A1))+1)
Copy down
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
wrote in message
oups.com...
I tried to search for this solution on the web, but finally gave up.

Here's what I want to do

In a cell I have a users First and Lastname (yes both in the same
cell).
I'd like to end up with Firstname and first letter of Lastname (don't
have to still be in a single cell, but would be nice).

So go from: Ima User to Ima U

Thanks for your help