Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 7
Default How to use/extract only a portion of a field

Help, oh please help using Excel 2007.
If it is possible, I need to know how to use only a portion of a cell.
Please keep your answer simple if possible. I'm pretty much a novice as I
read answers of the forum:)

My project is to create computer login cards for elementary grade students.

For example, I've been given a file with
Column 1 is a six digit student number (987654)
Column 2 is the student's first name (Jane)
Column 3 is the student's last name (Doe)

What I need is to create is a combination of that information so it will
read JD987654. Is there a type of formula that would put the first letter of
column 2, plus the first letter of column 3, and the contents of column 1
into one cell, in that order? Hence, JD987654.

Another thought I had was to get the first letter only of column 2 to show
up in a totally separate column, say column 6. Then the first letter only of
column 3 into column 7. At that point I could create a merge file in Word to
finish my project. I just don't know if it is possible to use only a portion
of a field.

Any help would be so appreciated. Becky
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5,441
Default How to use/extract only a portion of a field

A formula like this in cell D2

=LEFT(B2,1) & LEFT(C2,1) & A2

will return what you want, if you have the 6 digits in A2, first name in B2, and last name in C2.

Then copy and paste down to match your list

--
HTH,
Bernie
MS Excel MVP


"becder" wrote in message
...
Help, oh please help using Excel 2007.
If it is possible, I need to know how to use only a portion of a cell.
Please keep your answer simple if possible. I'm pretty much a novice as I
read answers of the forum:)

My project is to create computer login cards for elementary grade students.

For example, I've been given a file with
Column 1 is a six digit student number (987654)
Column 2 is the student's first name (Jane)
Column 3 is the student's last name (Doe)

What I need is to create is a combination of that information so it will
read JD987654. Is there a type of formula that would put the first letter of
column 2, plus the first letter of column 3, and the contents of column 1
into one cell, in that order? Hence, JD987654.

Another thought I had was to get the first letter only of column 2 to show
up in a totally separate column, say column 6. Then the first letter only of
column 3 into column 7. At that point I could create a merge file in Word to
finish my project. I just don't know if it is possible to use only a portion
of a field.

Any help would be so appreciated. Becky



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 7
Default How to use/extract only a portion of a field

Fabulous! It worked perfectly! So now, just for the sake of learning as I
looked up this formula (I never would have known to look this up.)
Beginning at the LEFT of the text in B2, use the first letter... Awesome!

Thanks Bernie. You just made me and 500 kids very happy.

"Bernie Deitrick" wrote:

A formula like this in cell D2

=LEFT(B2,1) & LEFT(C2,1) & A2

will return what you want, if you have the 6 digits in A2, first name in B2, and last name in C2.

Then copy and paste down to match your list

--
HTH,
Bernie
MS Excel MVP


"becder" wrote in message
...
Help, oh please help using Excel 2007.
If it is possible, I need to know how to use only a portion of a cell.
Please keep your answer simple if possible. I'm pretty much a novice as I
read answers of the forum:)

My project is to create computer login cards for elementary grade students.

For example, I've been given a file with
Column 1 is a six digit student number (987654)
Column 2 is the student's first name (Jane)
Column 3 is the student's last name (Doe)

What I need is to create is a combination of that information so it will
read JD987654. Is there a type of formula that would put the first letter of
column 2, plus the first letter of column 3, and the contents of column 1
into one cell, in that order? Hence, JD987654.

Another thought I had was to get the first letter only of column 2 to show
up in a totally separate column, say column 6. Then the first letter only of
column 3 into column 7. At that point I could create a merge file in Word to
finish my project. I just don't know if it is possible to use only a portion
of a field.

Any help would be so appreciated. Becky




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Extract a specific portion of text as new cell value Craig860 Excel Discussion (Misc queries) 6 March 20th 08 05:06 PM
Extract portion of formula resident in a cell JASelep Excel Worksheet Functions 2 August 29th 07 04:25 PM
I need to search for then extract a specific portion of cell data... Ken Excel Worksheet Functions 15 September 6th 06 11:53 AM
Extract last name and insert into a different field. Barb Excel Worksheet Functions 8 March 6th 06 03:32 PM
Extract Portion of field into other fields Jay Excel Worksheet Functions 7 December 18th 04 02:01 AM


All times are GMT +1. The time now is 09:13 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"