+ Reply to Thread
Results 1 to 8 of 8

Trying to take first word from a column & place this data into another column

  1. #1
    Registered User
    Join Date
    11-29-2016
    Location
    Brisbane, Australia
    MS-Off Ver
    Excel 2007
    Posts
    8

    Trying to take first word from a column & place this data into another column

    I have a sheet that contains product descriptions starting with a brand name. I need to copy the first word from each row & deposit it into another column in the same row. Can this be done?

    Here is an example, where i have manually copied the first two rows data into the second column:
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,610

    Re: Trying to take first word from a column & place this data into another column

    There's no way for a formula to tell what constitutes a brand name. Your first example has two words separated by one space while the second has an abbreviation (word?) with no space.
    Ben Van Johnson

  3. #3
    Registered User
    Join Date
    11-29-2016
    Location
    Brisbane, Australia
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Trying to take first word from a column & place this data into another column

    Hi Ben,
    Bad example on my part. Disregards the fact it is two words, if it was to bring the Team across i could use find & replace to fix the full name.

  4. #4
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Trying to take first word from a column & place this data into another column

    Quote Originally Posted by Stealth351 View Post
    Hi Ben,
    Bad example on my part. Disregards the fact it is two words, if it was to bring the Team across i could use find & replace to fix the full name.
    Do you have brand list??? if yes then it can be possible through lookup & search function .
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  5. #5
    Registered User
    Join Date
    11-29-2016
    Location
    Brisbane, Australia
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Trying to take first word from a column & place this data into another column

    I could write a brand list if that would help.

  6. #6
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Trying to take first word from a column & place this data into another column

    Quote Originally Posted by Stealth351 View Post
    I could write a brand list if that would help.
    Please do as you said and i will give you solution...

  7. #7
    Forum Contributor
    Join Date
    01-05-2017
    Location
    New York
    MS-Off Ver
    Office 2016
    Posts
    206

    Re: Trying to take first word from a column & place this data into another column

    To find the the first word (i.e. everything before the first space) you do this:

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

    or if your excel has flash fill you just type in the first word and then click flash fill.

  8. #8
    Registered User
    Join Date
    11-29-2016
    Location
    Brisbane, Australia
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Trying to take first word from a column & place this data into another column

    Thanks Raphaelp, that's exactly what i needed!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Extract data from one column & place in adjacent column
    By Heterodoxy in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-27-2014, 12:50 PM
  2. Is there a way to compare data of column 1 with column 3 and place it next to column 1?
    By SRINIVAS THANTHRI in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-19-2014, 12:59 PM
  3. macro if data in column a = set word to insert that column into sheet 2 or 3 based on word
    By ExcelBeginner326 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 05-13-2014, 01:57 PM
  4. [SOLVED] Seperate data in column A that has specific word and move to column B or C or D
    By jachbo in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 09-05-2013, 09:08 PM
  5. [SOLVED] Find MAX values in one column (A) and place data in another column next to the MAX value
    By coach.32 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-14-2013, 09:14 PM
  6. Cateorgise data - If word is in column H, return set value in blank column
    By cork_girl in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-06-2013, 10:38 AM
  7. Replies: 2
    Last Post: 02-13-2012, 09:03 AM

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