+ Reply to Thread
Results 1 to 3 of 3

Combining Text

  1. #1
    Registered User
    Join Date
    03-04-2008
    Posts
    1

    Combining Text

    I am sure this has been answered many times before, but I searched and couldn't find anything.

    I want to combine two lists of words to create a third list. For example if my two lists are

    1st Column
    Pub
    Restaurant

    2nd Column
    London
    Manchester
    Birmingham

    I want to automatically create a column with a list
    Pub London
    Pub Manchester
    Pub Birmingham
    Restaurant London
    Restaurant Manchester
    Restaurant Birmingham

    each in a separate cell.

    Thanks for any help you can give me.

  2. #2
    Forum Contributor EdMac's Avatar
    Join Date
    01-23-2006
    Location
    Exeter, UK
    MS-Off Ver
    2003
    Posts
    1,264
    Hi

    If your first list starts in col A1 and your second in B1

    In C1

    =a1&" "&B1

    and copy down

    Ed

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689
    Maybe something like this?
    kw killer: Pub Restaurant London Manchester Birmingham
    Please Login or Register  to view this content.

+ 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