(Msg. 1) Posted: Fri Nov 06, 2009 8:42 am
Post subject: I need to take partial information from two columns and then add t Archived from groups: microsoft>public>excel>misc (more info?)
I have first name and last name columns in an excel spreadsheet. I need to
form a new column combining up to the first 7 letters of last name and the
first letter of first name and follow all by @dexterschools.org to compile
email addresses.
(Msg. 2) Posted: Fri Nov 06, 2009 8:51 am
Post subject: RE: I need to take partial information from two columns and then add t [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
If this post helps click Yes
---------------
Jacob Skaria
"Jody" wrote:
> I have first name and last name columns in an excel spreadsheet. I need to
> form a new column combining up to the first 7 letters of last name and the
> first letter of first name and follow all by @dexterschools.org to compile
> email addresses.
>
> Can anyone help me with the formula for this?
>
> Example:
>
> First Name Last Name Email Address
>
> Jody Malbon malbonj DeleteThis @dexterschools.org
>
> Thanks!
(Msg. 3) Posted: Wed Nov 11, 2009 7:15 am
Post subject: RE: I need to take partial information from two columns and then a [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Hi,
think about using function LOWER (converts all letters to lowercase)
MCAS, MCTS
GOPAS Computer Training Center
Brno, Czech Republic
"Jacob Skaria" wrote:
> Try
> =LEFT(B1,7) & LEFT(A1,1) & "@dexterschools.org"
>
> If this post helps click Yes
> ---------------
> Jacob Skaria
>
>
> "Jody" wrote:
>
> > I have first name and last name columns in an excel spreadsheet. I need to
> > form a new column combining up to the first 7 letters of last name and the
> > first letter of first name and follow all by @dexterschools.org to compile
> > email addresses.
> >
> > Can anyone help me with the formula for this?
> >
> > Example:
> >
> > First Name Last Name Email Address
> >
> > Jody Malbon malbonj.TakeThisOut@dexterschools.org
> >
> > Thanks!
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum