Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Formatting or removing data within a column

Hi - need help again... I have a large worksheet with a column for first
name and a column for last name. Within the column for first name, some of
the names include a middle initial or middle name. I need to remove all but
just the first name - there are over 3000 names and I don't have time to
manually do this task. Is there a way to block the whole column and have
excel remove anything after the space following the first name?

Thanks!
--
Cali Gal
Native of Sacramento
  #2   Report Post  
Posted to microsoft.public.excel.misc
dlw dlw is offline
external usenet poster
 
Posts: 510
Default Formatting or removing data within a column

make a helper column with this formula
=LEFT(A1,FIND(" ",A1)-1)

"GirlFridayCA" wrote:

Hi - need help again... I have a large worksheet with a column for first
name and a column for last name. Within the column for first name, some of
the names include a middle initial or middle name. I need to remove all but
just the first name - there are over 3000 names and I don't have time to
manually do this task. Is there a way to block the whole column and have
excel remove anything after the space following the first name?

Thanks!
--
Cali Gal
Native of Sacramento

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Formatting or removing data within a column

I'm not sure what you mean - can you explain in more detail? Thanks,
--
Cali Gal
Native of Sacramento


"dlw" wrote:

make a helper column with this formula
=LEFT(A1,FIND(" ",A1)-1)

"GirlFridayCA" wrote:

Hi - need help again... I have a large worksheet with a column for first
name and a column for last name. Within the column for first name, some of
the names include a middle initial or middle name. I need to remove all but
just the first name - there are over 3000 names and I don't have time to
manually do this task. Is there a way to block the whole column and have
excel remove anything after the space following the first name?

Thanks!
--
Cali Gal
Native of Sacramento

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Formatting or removing data within a column

Hi,

With this suggestion, dlw is suggesting that you enter the formula in a
blank column on the same row as the first name and copy it down. The formula
finds the first space (right after the first name) and takes all the
characters to the Left of that space and displayes them.

You would then copy all the formulas and choose Edit, Paste Special, Values.
And then replace the original names with these.

If this helps, please click the Yes button

Cheers,
Shane Devenshire

"GirlFridayCA" wrote:

I'm not sure what you mean - can you explain in more detail? Thanks,
--
Cali Gal
Native of Sacramento


"dlw" wrote:

make a helper column with this formula
=LEFT(A1,FIND(" ",A1)-1)

"GirlFridayCA" wrote:

Hi - need help again... I have a large worksheet with a column for first
name and a column for last name. Within the column for first name, some of
the names include a middle initial or middle name. I need to remove all but
just the first name - there are over 3000 names and I don't have time to
manually do this task. Is there a way to block the whole column and have
excel remove anything after the space following the first name?

Thanks!
--
Cali Gal
Native of Sacramento

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 747
Default Formatting or removing data within a column

Col A has first name & as well as some initials

Col B has last name

in Col C put this formula and drag it down

=IF(ISERROR(FIND(" ",A1)),A1,LEFT(A1,FIND(" ",A7)-1))

u well get only first name excluding the initials


On Dec 4, 12:26*am, GirlFridayCA
wrote:
Hi - need help again... *I have a large worksheet with a column for first
name and a column for last name. *Within the column for first name, some of
the names include a middle initial or middle name. *I need to remove all but
just the first name - there are over 3000 names and I don't have time to
manually do this task. *Is there a way to block the whole column and have
excel remove anything after the space following the first name?

Thanks!
--
Cali Gal
Native of Sacramento




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Formatting or removing data within a column

Hi,

Select the column and choose Data, Text to Columns, Delimited, click Next
and indicate Space, click Next and highlight all columns in the Preview pane
which you don't want and click Skip (do not import).

If this helps, please click the Yes button.

Cheers,
Shane Devenshire

"GirlFridayCA" wrote:

Hi - need help again... I have a large worksheet with a column for first
name and a column for last name. Within the column for first name, some of
the names include a middle initial or middle name. I need to remove all but
just the first name - there are over 3000 names and I don't have time to
manually do this task. Is there a way to block the whole column and have
excel remove anything after the space following the first name?

Thanks!
--
Cali Gal
Native of Sacramento

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Formatting or removing data within a column

Select the cells with firstname initial/name

EditReplace

What: <space*

With: nothing

Replace all.

Assumes there is a space, of course.


Gord Dibben MS Excel MVP

On Wed, 3 Dec 2008 11:26:37 -0800, GirlFridayCA
wrote:

Hi - need help again... I have a large worksheet with a column for first
name and a column for last name. Within the column for first name, some of
the names include a middle initial or middle name. I need to remove all but
just the first name - there are over 3000 names and I don't have time to
manually do this task. Is there a way to block the whole column and have
excel remove anything after the space following the first name?

Thanks!


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
Removing formatting kippers Excel Discussion (Misc queries) 1 October 16th 07 03:07 PM
Formatting Rows of Data based on Column Data mwmasch Excel Worksheet Functions 3 July 24th 07 04:36 PM
expanding custom formatting without removing existing cell formatting? Keith Excel Worksheet Functions 3 December 27th 06 01:54 PM
Removing unwanted data in a column nate2345 Excel Discussion (Misc queries) 1 May 1st 06 05:34 PM
Removing formatting Carla Excel Discussion (Misc queries) 1 August 22nd 05 06:41 PM


All times are GMT +1. The time now is 07:01 PM.

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"