Results 1 to 7 of 7

Using vlookup sort one column into multiple columns

Threaded View

ElectriKexBlue Using vlookup sort one column... 11-02-2018, 09:16 AM
AliGW Re: Using vlookup sort one... 11-02-2018, 09:38 AM
ElectriKexBlue Re: Using vlookup sort one... 11-02-2018, 11:43 AM
Bo_Ry Re: Using vlookup sort one... 11-02-2018, 09:41 AM
ElectriKexBlue Re: Using vlookup sort one... 11-02-2018, 11:01 AM
AliGW Re: Using vlookup sort one... 11-02-2018, 11:39 AM
AliGW Re: Using vlookup sort one... 11-02-2018, 05:32 PM
  1. #1
    Registered User
    Join Date
    11-02-2018
    Location
    Cardiff
    MS-Off Ver
    16.16.3
    Posts
    3

    Question Using vlookup sort one column into multiple columns

    Hi All,

    This is my first post and I have limited excel knowledge so apologies if this question has been answered somewhere else already. I am just getting to grips with the excel terminology so searching is rather difficult when you don't know how to correctly describe your problem

    I have attached an example of what I am trying to do on a much larger scale. I receive a download from a supplier of options/items purchased by customers separated into anonymised single row entries. I then need to convert this into a table so I can see all the customers who have purchased Item A, Item B, Item C, etc. in separate columns to later sort and filter them.

    I can do this the long way by separating them out into a table of all entries of a specific item type and if vlookup in that table is true, a value is returned. This takes extra time to set up and process and I would rather have a forumla in each column that reads something along the lines of:

    =IFERROR(IF(VLOOKUP(A2,Download,2,0)="A","A",""),"")
    =IFERROR(IF(VLOOKUP(A2,Download,2,0)="B","B",""),"")
    =IFERROR(IF(VLOOKUP(A2,Download,2,0)="C","C",""),"")
    etc.

    The problem with this is it stops after the first vlookup entry that relates to that customer rather than continuing to check all entries relative to that customer to see if the formula is true further down. How do I get it to continue this process or work around this limitation of vlookup functions.

    Thanks in Advance,
    TMAC
    Attached Files Attached Files

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: 03-29-2018, 07:58 AM
  2. Sort multiple columns by one column until BLANK, then REPEAT
    By Tamichan5 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-22-2017, 09:06 PM
  3. sort data base on one column to multiple columns
    By typerxtreme in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-24-2013, 11:39 AM
  4. Sort multiple columns to one column, skip blanks
    By AlexCoyne in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 05-20-2013, 03:13 PM
  5. [SOLVED] Sort multiple columns based on column header
    By Langer101 in forum Excel Programming / VBA / Macros
    Replies: 39
    Last Post: 01-09-2013, 09:55 AM
  6. [SOLVED] Sort by the multiple of 2 columns without making another column?
    By niko79542 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-14-2012, 09:46 AM
  7. Replies: 1
    Last Post: 12-20-2010, 06:30 PM

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