+ Reply to Thread
Results 1 to 2 of 2

evaluate a list of items against each other

  1. #1
    Registered User
    Join Date
    01-14-2009
    Location
    georgia
    MS-Off Ver
    Excel 2007
    Posts
    6

    evaluate a list of items against each other

    is there a way to do this in excel?

    1) list of items ( variable amount - for example 16 items but each time could be different number )
    2) excel will ask you pick between two

    choose 1 vs 2
    choose 1 vs 3
    choose 1 vs 4
    and so on until all variations are presented.

    3) excel keeps the times that each number is choosen.
    4) at the end a chart of each item and sort able by item and how many times it was choosen...most and least and by item name.

    is this possible?
    thank you.

  2. #2
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: evaluate a list of items against each other

    It should be possible, though the details depend on how you want it to look. I've attached a sample with only four items, but the formulas should hold for more items (add "e" to A6 and it automatically updates). In D3 I use:

    =IFERROR(IF(COUNTA($A$1:$A$20)-MATCH($D2,$A$1:$A$20,0)=1,"",IF(COUNTIF($D$1:$D2,$D2)=COUNTA($A$1:$A$20)-MATCH($D2,$A$1:$A$20,0),INDEX($A$1:$A$20,MATCH($D2,$A$1:$A$20,0)+1),$D2)),"")

    And in E2:

    =IFERROR(INDEX($A$1:$A$20,MATCH($D2,$A$1:$A$20,0)+COUNTIF($D$1:$D2,$D2)),"")

    Fill both down beyond what you need and they should produce your permutations. Once choices are made, you can use COUNTIFS to get your totals. Take a look, see if it gives you any ideas:
    Attached Files Attached Files

+ 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] To compare a list of items in column ? with items in all columns that are not blank.
    By JamesJohnson31 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-03-2015, 03:32 PM
  2. Replies: 1
    Last Post: 04-01-2015, 03:06 PM
  3. Replies: 1
    Last Post: 09-03-2012, 10:03 PM
  4. Replies: 0
    Last Post: 08-21-2012, 11:35 PM
  5. Code to evaluate FIFO for multiple items and dates.
    By BillRush in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-29-2011, 11:09 PM
  6. Replies: 1
    Last Post: 06-24-2005, 12:21 AM
  7. [SOLVED] Items in disabled items list - unknown excel addins causing probs
    By Rich in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-16-2005, 06:06 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