View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default I need to take partial information from two columns and then add t

Try
=LEFT(B1,7) & LEFT(A1,1) & "

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

Thanks!