+ Reply to Thread
Results 1 to 5 of 5

VLOOKUP, Transpose, MATCH or something else

  1. #1
    Registered User
    Join Date
    09-22-2016
    Location
    London Ontario
    MS-Off Ver
    2013
    Posts
    3

    VLOOKUP, Transpose, MATCH or something else

    Hi Guys,

    I am new to that forum and I hope that you can help me on a little problem that I have.

    I have some search terms that I want to reorganize (transpose) but I cant get it to work.

    Here is what the data looks like.

    9-22-2016 4-27-17 PM.jpg

    And that is what I want it to look like, note that I want the corresponding Adword populated.

    9-22-2016 4-29-29 PM.jpg

    I hope you can help me out, I am trying to get it work for hours and I am starting to pull my hair out.

    Thank you so much

    Cheers

    Sebastian

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2505 Win 11
    Posts
    24,720

    Re: VLOOKUP, Transpose, MATCH or something else

    Hi and welcome to the forum

    Pictures are of little value. Honestly, no one wants to re-type your data to try and solve your issue. Additionally, we would only be guessing at how your data was structured, ie. formulas, formatting, etc.

    Please attach a sample file that represents what you have. The structure of your attachment should be the same structure as your actual data. Any proprietary information should be changed.

    Include in the attachment any code you're currently using (whether it works or not) and an "After" of what you wish the output to be.

    To attach a file to your post,
    click advanced (next to quick post),
    scroll down until you see "manage file",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Registered User
    Join Date
    09-22-2016
    Location
    London Ontario
    MS-Off Ver
    2013
    Posts
    3

    Re: VLOOKUP, Transpose, MATCH or something else

    Thank you for you response,

    Here is some sample data that I use as a test. I included what I currently have and what the data should look like.

    I only get it to return one value but not multiple values.

    Thanks for you help.
    Attached Files Attached Files

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: VLOOKUP, Transpose, MATCH or something else

    Add to your Helper Column Formula in column A of Original Data:

    =CONCATENATE(B2,C2,"_",COUNTIFS(B$2:B2,B2,C$2:C2,C2))

    copied down.

    then in B2 of your results sheet, change formula to:

    =IFERROR(VLOOKUP($A2&B$1&"_"&COUNTIFS($A$2:$A2,$A2),'Original Data'!$A:$D,4,FALSE),"")

    copied down and across.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  5. #5
    Registered User
    Join Date
    09-22-2016
    Location
    London Ontario
    MS-Off Ver
    2013
    Posts
    3

    Re: VLOOKUP, Transpose, MATCH or something else

    You just made my day sir.

    Now I can apply that to my sheet with 50k lines.

    Thanks again

+ 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. A formula that combines a lookup/match with transpose
    By twilcox1978 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-13-2015, 06:43 PM
  2. Transpose data when cells match
    By Spilkington in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 12-30-2014, 01:34 PM
  3. Transpose, Offset, Match
    By NOOR8225 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-10-2013, 07:16 AM
  4. Replies: 6
    Last Post: 12-10-2012, 06:26 PM
  5. How to match & transpose?
    By vegobu in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 09-06-2011, 11:05 PM
  6. Index, Match, and Transpose
    By guynextdoor in forum Excel General
    Replies: 5
    Last Post: 02-27-2010, 05:58 PM
  7. Transpose with condition match
    By mzimit in forum Excel General
    Replies: 0
    Last Post: 03-19-2008, 08:19 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