+ Reply to Thread
Results 1 to 3 of 3

Looking for concatenation of column and column data to get all the combinations possible

  1. #1
    Registered User
    Join Date
    10-28-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    2

    Looking for concatenation of column and column data to get all the combinations possible

    Hey People...My first post here..
    I am looking to concatenate column wise data to get all the combination.

    A small example of what I am looking for..

    Consider this table..

    a p x
    b q y
    c q z

    I want to concatenate as follows..
    apx,apy,apz,aqx,aqy,aqz.arx.ary.arz
    bpx,bpy,bpz,bqx,bqy,bqz,brx,bry,brz
    cpx,cpy,cpz,cqz,cqy,cqz,crx,cry,crz.


    I have data numbers in 100s to do the same.
    Thanks in Advance....

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Looking for concatenation of column and column data to get all the combinations possib

    Copy and paste the below UDF code in Standard Mudule.

    Please Login or Register  to view this content.
    =getdata(First_Column_Cell,Second_Column_Range,Third_Column_Range)

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Refer the attached file for details.

    Hope this helps!
    Attached Files Attached Files


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    10-28-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Looking for concatenation of column and column data to get all the combinations possib

    Thanks a lot sir.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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