+ Reply to Thread
Results 1 to 7 of 7

I could use some help combining cells!

  1. #1
    Registered User
    Join Date
    08-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    5

    I could use some help combining cells!

    Hi everyone,
    Here is what I'm trying to do. I have a set of values in cells in Column A that are filled with colors names, such as red, yellow, blue, green, etc. I have a set of values in cells of Column 2 that are filled with clothing names such as shoes, sox, pants, shirt etc. I have over 100 cells in each column. I'd gladly transpose the contents of column B into a row if I need to. BTW I do not have a lot of knowledge with pivot tables or macros.....

    I would like to create a third set of values like this:

    red shoes
    red sox
    red pants
    red shirt
    yellow shoes
    yellow sox
    yellow pants
    yellow shirt
    blue shoes
    blue sox
    blue pants
    blue shirt
    green shoes
    green sox
    green pants
    green shirt
    etc
    etc


    I've tried 'concatenate', but I need to edit each and every formula that is created. Is there a way to do this in one shot?



    Thank you for any support!

  2. #2
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,274

    Re: I could use some help combining cells!

    can you post your xls file.
    I have a feeling that you don't need a new column with 100*100=10000 rows.
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  3. #3
    Registered User
    Join Date
    08-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: I could use some help combining cells!

    Sure Popipipo, The data is in columns A and B. Columns C and D represent the results that I am looking for.
    Attached Files Attached Files

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: I could use some help combining cells!

    In C1

    =INDEX($A:$A,COLUMN(A1))&" "&INDEX($B:$B,ROW(A1))

    Copy down and across till as far as required
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  5. #5
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,274

    Re: I could use some help combining cells!

    Here a solution
    But want do you want with these data??
    Attached Files Attached Files

  6. #6
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: I could use some help combining cells!

    I think for me VBA probably would be a better option since the value will be text.

    Please Login or Register  to view this content.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    08-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: I could use some help combining cells!

    Ace XL, Thank you so much!! You have made my day! Cheers! Thank you as well Popipipo, both seem to work just fine! I am creating several hundred unique product titles for e-commerce. Thank you!!!!

+ 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. [SOLVED] Combining vertical cells into one and between blank rows start combining again?
    By mike_m1 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 08-21-2012, 12:19 PM
  2. combining many cells in one cells keeping character font and hyperlinks of all cells
    By mankind00 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-27-2012, 09:41 AM
  3. Replies: 0
    Last Post: 12-27-2011, 01:51 AM
  4. Combining Cells
    By hammer2 in forum Excel General
    Replies: 2
    Last Post: 09-19-2011, 10:13 AM
  5. Combining content from cells while excluding hidden cells
    By jsarsfi2 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-09-2010, 06:02 PM

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