+ Reply to Thread
Results 1 to 5 of 5

Auto transposing text?

Hybrid View

  1. #1
    Registered User
    Join Date
    05-10-2010
    Location
    Dorset, England
    MS-Off Ver
    Excel 2003
    Posts
    35

    Auto transposing text?

    Hello, its quite hard to explain what I want to do. I have a list of ITEMs in column A with several duplicates and I have the VALUEs in columb B, I want to be able to traspose the VALUEs for each ITEM on one line.

    I have attached an example file, I have needed to do this for years but always end up doing it manually as I havent found a way of doing this. I have thousands of rows so doing it manually takes ages!

    Any help would me mega appreciated.

    ThanksHOW_TO_COMBINE_DATA.xlsx

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Auto transposing text?

    Array formula in D1 and pull formula across and down

    =IFERROR(INDEX($B$2:$B$12,MATCH(0,IF($A$2:$A$12=$C1,COUNTIF($C1:C1,$B$2:$B$12)),)),"")

    ***Array formula must be entered by using key combination of CTRL+SHIFT+ENTER and not just ENTER



    Row\Col
    A
    B
    C
    D
    E
    F
    G
    H
    I
    1
    ITEM VALUE COLOUR red blue orange green black
    2
    colour red SIZE small large medium extra small extra large XXL
    3
    colour blue
    4
    colour orange
    5
    colour green
    6
    colour black
    7
    size small
    8
    size large
    9
    size medium
    10
    size extra small
    11
    size extra large
    12
    size XXL
    Attached Files Attached Files
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    05-10-2010
    Location
    Dorset, England
    MS-Off Ver
    Excel 2003
    Posts
    35

    Re: Auto transposing text?

    worked like a charm, I cant believe ive been doing manually all this time! thanks man!

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Auto transposing text?

    You're welcome and thank you for the feedback!

    Please mark thread as "Solved" if your issue has been resolved. (Selecting Thread Tools -> Mark thread as Solved).

  5. #5
    Registered User
    Join Date
    05-10-2010
    Location
    Dorset, England
    MS-Off Ver
    Excel 2003
    Posts
    35

    Re: Auto transposing text?

    Only thing I would say is that its very slow with large datasets, not sure of there could be a quicker way to avoid searching through data already processed if you know what I mean?

+ 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. Replies: 1
    Last Post: 05-21-2014, 04:30 PM
  2. Transposing / Auto-fill
    By patrickdjames in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-23-2014, 10:07 PM
  3. [SOLVED] Requesting Macro for auto transposing mass data
    By probuddha in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-13-2013, 01:48 PM
  4. Transposing list of values with 6 zeroes in front to retain the zero after transposing
    By Lisa4legin in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-16-2013, 03:34 AM
  5. Transposing text in text file to Excel Sheet.
    By sifar in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-04-2005, 07:05 AM

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