Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a cell with someones first name and last name and want to include the
persons first name in the middle of a statement. Example: A1: Joe Smith A2: If you, (insert first name here) A5: more text.... Thanks -- Thanks, Laura |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=LEFT(A1,FIND(" ",A1)-1)
best wishes (with your homework?) -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "lauras03" wrote in message ... I have a cell with someones first name and last name and want to include the persons first name in the middle of a statement. Example: A1: Joe Smith A2: If you, (insert first name here) A5: more text.... Thanks -- Thanks, Laura |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I seperate a full name field out into three seperate columns? | Excel Worksheet Functions | |||
seperate first 2 lines of column in seperate columns in same row | Excel Discussion (Misc queries) | |||
How do I seperate data from a pivot into seperate worksheets? | Excel Discussion (Misc queries) | |||
how do i seperate data from one column into two seperate ones in . | Excel Discussion (Misc queries) | |||
Seperate First and Last Name into different cells | Excel Worksheet Functions |