+ Reply to Thread
Results 1 to 16 of 16

LOOKUP + LARGE prob???

Hybrid View

  1. #1
    Registered User
    Join Date
    01-15-2007
    Posts
    12

    LOOKUP + LARGE prob???

    Hi all,

    I'm using the LOOKUP function to find the largest number and then return the name from a different column, it looks like this:

    =LOOKUP(LARGE(round1!$F$2:$F$65,1),round1!$A$2:$A$65)

    but all I get is hashN/A?

    Does anyone know whether I can do this and if so what I'm doing wrong?

    Help Pleeaaase

    Many thanx
    Colette

  2. #2
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,

    You seem to missing an argument ...in lookup() function

    =LOOKUP(LARGE(round1!$F$2:$F$65,1),round1!$F$2:$F$65,round1!$A$2:$A$ 65)


    What is located in column A ... ?
    Last edited by Carim; 01-15-2007 at 03:57 PM.
    HTH
    Carim


    Top Excel Links

  3. #3
    Registered User
    Join Date
    01-15-2007
    Posts
    12

    Large+lookup

    Hi carim,

    Thanx for that, it's solved my N/A probs, but now it keeps repeating the same answer, even though I am incrementing the number in the LARGE function, is that because I also need an IF in there?

    Just to try and explain I'm trying to do a work sheet that has a list of contestants, their scores from 3 judges and a column with their best score. Then on the 2nd sheet I am trying to call the top scores using the already mentioned function??

    Hoope that's clearer

    Thanx again for any help
    Colette

  4. #4
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by colette
    Hi carim,

    Thanx for that, it's solved my N/A probs, but now it keeps repeating the same answer, even though I am incrementing the number in the LARGE function, is that because I also need an IF in there?

    Just to try and explain I'm trying to do a work sheet that has a list of contestants, their scores from 3 judges and a column with their best score. Then on the 2nd sheet I am trying to call the top scores using the already mentioned function??

    Hoope that's clearer

    Thanx again for any help
    Colette
    Hi,

    the formula

    =LOOKUP(LARGE(round1!$F$2:$F$65,1),round1!$F$2:$F$ 65,round1!$A$2:$A$ 65)

    could be

    =LOOKUP(LARGE(round1!$F$2:$F$65,ROW()-1),round1!$F$2:$F$65,round1!$A$2:$A$65)

    to auto-increment the 'Large' for you as you progress down the rows, however, if column F is not in sorted order you may not produce the result that you require.

    hth
    ---
    Last edited by Bryan Hessey; 01-16-2007 at 02:12 AM.
    Si fractum non sit, noli id reficere.

  5. #5
    Registered User
    Join Date
    01-15-2007
    Posts
    12
    Hi Bryan,

    Is there any way to stop repetition? For example in the results there may be a number of people with the same high score (because half of the 1st round go through to next etc), with the formula as is it repeats the same contestant number, rather than showing the different contestant numbers, whether or not their score is the same?

    Thanx alot for ya help
    Colette

  6. #6
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by colette
    Hi Bryan,

    Is there any way to stop repetition? For example in the results there may be a number of people with the same high score (because half of the 1st round go through to next etc), with the formula as is it repeats the same contestant number, rather than showing the different contestant numbers, whether or not their score is the same?

    Thanx alot for ya help
    Colette
    Hi,
    one way is to set the Points so that they appear equal, but are not.

    Set the column to Number, no decimal places.

    set the Points (if you type the points in, then set another hidden column for the Ranking test) to = Points + (Row()/100000)
    The Ranked list will then appear in reverse chronological sequence for equal rakings.

    set the Points to = Points + (0.001-(Row()/100000) to give chronological sequence for equal rank

    (Note, check Tools, Options, Calculate, Precision as Displayed is NOT ticked.

    hth
    ---

  7. #7
    Registered User
    Join Date
    09-09-2013
    Location
    St. John's
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: LOOKUP + LARGE prob???

    Hi everyone. I have a similar need to the problem Colette is having (yes I am aware this thread is 7 years old ). In her spreadsheet she is just finding values from one column (F in this case). I was wondering how this exact thing can be done but using the range from B2:D65.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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