Re first intials
From: Biff (biffinpitt_at_comcast.net)
Date: 07/09/04
- Next message: JE McGimpsey: "Re: First, let me say THANKS!!!"
- Previous message: Michael: "First, let me say THANKS!!!"
- In reply to: Steved: "Re first intials"
- Next in thread: Steved: "Re first intials"
- Reply: Steved: "Re first intials"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 8 Jul 2004 21:45:15 -0700
Hi Steved!
You'd be better off parsing the data with Text to Columns
using either the "space" or "," (comma) delimiter.
Make it easy on yourself!
Biff
>-----Original Message-----
>Hello From Steved
>
>Iwas kindly given the below formula which is for 2 first
>names.
>=B2&". "&LEFT(C2,1)&", "& MID(C2,FIND(" ",C2)+1,1)
>
>My question is I have over 1 thousand names, some have 1
>for first name same have 2 for first and i found that
>some have 3 first names, is the above formula capable to
>be changed to reconize 1,2 or 3 first names and return
>just the initials please. ie J,P,S
>
>Thankyou.
>.
>
- Next message: JE McGimpsey: "Re: First, let me say THANKS!!!"
- Previous message: Michael: "First, let me say THANKS!!!"
- In reply to: Steved: "Re first intials"
- Next in thread: Steved: "Re first intials"
- Reply: Steved: "Re first intials"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|