+ Reply to Thread
Results 1 to 8 of 8

Edit a column of names

  1. #1
    Martin ©¿&
    Guest

    Edit a column of names

    Hi
    I have a worksheet with about 300 names in a column
    The names are laid out like
    Adrain Mr R. or
    Buchanan Mr & Mrs T.
    etc etc

    Is there some way to remove the titles and just leave the Surname
    without have to do it a line at-a-time?

    Martin
    ゥソゥャ



  2. #2
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    Insert a helper column next to your name column. Enter this formula in the top cell of the new col. and copy down to the end of your data range:

    =LEFT(B1,FIND(" ",B1,1)-1)

    This example assumes your name list begins in B1, adjust the references to B1 to meet your actual data location.

    HTH
    Bruce
    The older I get, the better I used to be.
    USA

  3. #3
    DBavirsha
    Guest

    RE: Edit a column of names

    Martin,
    In your worksheet, make sure you have blank columns to the right of the
    column that contains the names.
    Highlight the names.
    Click the "Data" menu item.
    Click "Text to Columns...".
    In the pup-up wizard, select the type of data as "Delimited".
    Click the "Next" button.
    Remove the check mark from the "Tab" Delimiter.
    Place a check mark in the "Other:" Delimiter.
    Click in the box to the right of "Other:'
    If your data list has spaces between the names and titles, press the space
    bar one time to insert a space into this box.
    Click the "Next" box.
    In the "Data Preview" box, youwill see how Excel will parse your data.
    If this is acceptable to you, press the "Finish" button. Wherever Excel
    finds one space between the data in each cell, it will spread the data into
    the cells to the right of your original list.
    If Buchanan Mr & Mrs T. is in cell A1, then Buchanan will remain in cell A1
    Mr will be moved to cell B1
    & will be moved to C1, etc, and T. will be moved to cell E1.

    Hope this helps.
    Dave



    "Martin テつゥテつソテつゥテつャ @mandeREMOVETHIS.plus.com" wrote:

    > Hi
    > I have a worksheet with about 300 names in a column
    > The names are laid out like
    > Adrain Mr R. or
    > Buchanan Mr & Mrs T.
    > etc etc
    >
    > Is there some way to remove the titles and just leave the Surname
    > without have to do it a line at-a-time?
    >
    > Martin
    > テつゥテつソテつゥテつャ
    >
    >
    >


  4. #4
    Gord Dibben
    Guest

    Re: Edit a column of names

    Martin

    Further to Dave's post.

    You can choose to "skip" the columns you don't want to retain, like the
    columns with Mr & Mrs T etc.

    Keep just the column with the surname. Select the others and "skip".

    The "skip" step is the last step before "Finish"

    One more note.......you don't enter a <space>, just check the "Space" option
    button. Ignore the "Other" checkbox.


    Gord Dibben Excel MVP


    On Wed, 2 Feb 2005 12:09:09 -0800, DBavirsha
    <DBavirsha@discussions.microsoft.com> wrote:

    >Martin,
    >In your worksheet, make sure you have blank columns to the right of the
    >column that contains the names.
    >Highlight the names.
    >Click the "Data" menu item.
    >Click "Text to Columns...".
    >In the pup-up wizard, select the type of data as "Delimited".
    >Click the "Next" button.
    >Remove the check mark from the "Tab" Delimiter.
    >Place a check mark in the "Other:" Delimiter.
    >Click in the box to the right of "Other:'
    >If your data list has spaces between the names and titles, press the space
    >bar one time to insert a space into this box.
    >Click the "Next" box.
    >In the "Data Preview" box, youwill see how Excel will parse your data.
    >If this is acceptable to you, press the "Finish" button. Wherever Excel
    >finds one space between the data in each cell, it will spread the data into
    >the cells to the right of your original list.
    >If Buchanan Mr & Mrs T. is in cell A1, then Buchanan will remain in cell A1
    >Mr will be moved to cell B1
    >& will be moved to C1, etc, and T. will be moved to cell E1.
    >
    >Hope this helps.
    >Dave
    >
    >
    >
    >"Martin ツゥツソツゥツャ @mandeREMOVETHIS.plus.com" wrote:
    >
    >> Hi
    >> I have a worksheet with about 300 names in a column
    >> The names are laid out like
    >> Adrain Mr R. or
    >> Buchanan Mr & Mrs T.
    >> etc etc
    >>
    >> Is there some way to remove the titles and just leave the Surname
    >> without have to do it a line at-a-time?
    >>
    >> Martin
    >> ツゥツソツゥツャ
    >>
    >>
    >>



  5. #5
    Martin &copy;&iquest;&copy;&not;
    Guest

    Re: Edit a column of names

    Many thanks Dave & Gord
    That works great on a normal worksheet
    However, what i forgot to mention in that my worksheet is LINKED to
    14 other sheets and this doesn't seem to work with linked data

    So is there a solution before i make an unlinked worksheet?

    Regards
    Martin
    ツゥツソツゥツャ


  6. #6
    Gord Dibben
    Guest

    Re: Edit a column of names

    Martin

    Are you saying the names are the results of formulas that link to the other
    sheets?

    Can you just copy then Paste Special(in place)>Values>OK>Esc.


    Gord Dibben Excel MVP

    On Thu, 03 Feb 2005 13:26:27 +0000, Martin ツゥツソツゥツャ @mandeREMOVETHIS.plus.com
    wrote:

    >Many thanks Dave & Gord
    >That works great on a normal worksheet
    >However, what i forgot to mention in that my worksheet is LINKED to
    >14 other sheets and this doesn't seem to work with linked data
    >
    >So is there a solution before i make an unlinked worksheet?
    >
    >Regards
    >Martin
    >ツゥツソツゥツャ



  7. #7
    Forum Contributor
    Join Date
    08-23-2004
    Posts
    210
    If you want to remove the titles completely you could use "Find and Replace All". This will work on linked sheets.

  8. #8
    DBavirsha
    Guest

    Re: Edit a column of names

    Martin,

    I'm assuming that you have a formula such as vlookup or something that is
    pulling the names together from the linked sheets, and what you are saying is
    that you are unsuccessfully trying to parse the data in cells that contain
    the formulas. If this is true, then:
    Highlight the 300 cells that contain the names.
    Copy the cells.
    Open a new worksheet.
    Click Edit, Paste Special... then Values
    Perform the exercise from the previous reply to parse your data.
    Copy and paste the parsed data back into your original worksheet or link the
    data back to your original worksheet.

    "Martin テつゥテつソテつゥテつャ @mandeREMOVETHIS.plus.com" wrote:

    > Many thanks Dave & Gord
    > That works great on a normal worksheet
    > However, what i forgot to mention in that my worksheet is LINKED to
    > 14 other sheets and this doesn't seem to work with linked data
    >
    > So is there a solution before i make an unlinked worksheet?
    >
    > Regards
    > Martin
    > テつゥテつソテつゥテつャ
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1