+ Reply to Thread
Results 1 to 3 of 3

Function or Formula needed for Car Show results 1st, 2nd, 3rd place

  1. #1
    Registered User
    Join Date
    02-23-2014
    Location
    NY
    MS-Off Ver
    Excel 2003
    Posts
    1

    Function or Formula needed for Car Show results 1st, 2nd, 3rd place

    Hello,
    I am new to the Forum and a rookie with spreadsheets. I have been using both Excel and Google spreadsheets. I have been trying to figure out how we could tally up all the judging results in each class and figure out who received the most votes, the 2nd most votes and the 3rd most votes. I would like to do this for each car class in separate sheets. We need just a simple formula that can tell us in a column which number (show car number) came up the most and which came up 2nd most and 3rd most. I hope I'm making sense.

    For example:
    Car Number
    3
    14
    7
    6
    9
    35
    150
    7
    7
    35
    35
    7
    14
    7
    End Results: #7 is 1st, #35 is 2nd, #14 is 3rd

    Thank you for your time!

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,740

    Re: Function or Formula needed for Car Show results 1st, 2nd, 3rd place

    you should be able to use rank to rank each car

    http://www.cpearson.com/excel/Rank.aspx

    so you could use a countif()
    to get the number of times a car number appears
    and then rank the result

    a pivot table would work well

    see attached
    Attached Files Attached Files
    Last edited by etaf; 02-23-2014 at 01:35 PM.
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Function or Formula needed for Car Show results 1st, 2nd, 3rd place

    Try this...

    Data Range
    A
    B
    C
    D
    1
    Car Number
    -----
    Place
    Car Number
    2
    3
    1st
    7
    3
    6
    2nd
    35
    4
    7
    3rd
    14
    5
    7
    6
    7
    7
    7
    8
    7
    9
    9
    10
    14
    11
    14
    12
    35
    13
    35
    14
    35
    15
    150


    This array formula** entered in D2 and copied down:

    =MODE(IF(ISNA(MATCH(A$2:A$15,D$1:D1,0)),A$2:A$15))

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.

    I sorted column A just to make it easy to see what the results should be.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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] Using VLookup but results show formula instead of results...
    By excel me in forum Excel Formulas & Functions
    Replies: 19
    Last Post: 11-28-2013, 09:40 PM
  2. [SOLVED] VBA code needed to show the results through UserForm
    By krjoshi in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 12-01-2012, 04:19 PM
  3. Formula to show 1st, 2nd place etc...in a competition
    By Alice21 in forum Excel General
    Replies: 17
    Last Post: 02-16-2012, 10:19 AM
  4. formula needed to place a stage #
    By ice in forum Excel General
    Replies: 1
    Last Post: 11-24-2010, 05:24 PM
  5. can vlookup place results in a different box than the formula?
    By Psychlogic in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-24-2006, 07:15 PM

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