+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 24

Thread: Finding The Nth Greatest Value Meeting Criteria

  1. #1
    Clara
    Guest

    It doesn't work for large

    Hi,

    I can get the result. It shows #num! in cell F2

    Please advice.

    Thanks in advance

  2. #2
    Manjeet
    Guest

    Large Function

    Well this large function doesnt work

    {=LARGE(($B$2:$B$6=E2)*($C$2:$C$6),2)}

  3. #3
    Manjeet
    Guest

    Large Function

    Well this large function doesnt work

    {=LARGE(($B$2:$B$6=E2)*($C$2:$C$6),2)}

  4. #4
    sue
    Guest

    largest Nth number

    Hi,

    i have tried out your example and enter =LARGE(($B$2:$B$6=E2)*($C$2:$C$6),2) and hit it with shift+Ctrl+Enter... but it return a '0' value. please advice is there any other formula that can be use?

  5. #5
    sue
    Guest

    largest Nth number

    Hi,

    i have tried out your example and enter =LARGE(($B$2:$B$6=E2)*($C$2:$C$6),2) and hit it with shift+Ctrl+Enter... but it return a '0' value. please advice is there any other formula that can be use?

  6. #6
    Valued Forum Contributor
    Join Date
    12-07-2004
    Posts
    598

    Finding The Nth Greatest Value Meeting Criteria

    Problem:

    Listed in Range A2:C6 are players (column C) and their matching teams and scores (columns D:E).
    How could we create a formula that will retrieve the second highest score in column C matching each team in column E?

    Solution:

    Using the LARGE function in an array formula, as follows:
    {=LARGE(($B$2:$B$6=E2)*($C$2:$C$6),2)}

    (To create Array formula: select the cell after typing the formula,press F2 and then press Ctrl+Shift+Enter)

  7. #7
    Registered User
    Join Date
    06-02-2005
    Posts
    1

    Function names in spanish

    I am having trouble finding the LARGE() function in my SPANISH version of Excel. Is there a dictionary somewhere or a way to find out the equivalent names in Spanish?

    In Access you can type the English function and the application understand and translate it, but the same functionality was not included in Excel.

  8. #8
    Forum Guru
    Join Date
    08-14-2003
    Location
    New Zealand
    Posts
    41

    Reply: DeepField

    Hi DeepField,

    Quote Originally Posted by DeepField
    I am having trouble finding the LARGE() function in my SPANISH version of Excel. Is there a dictionary somewhere or a way to find out the equivalent names in Spanish?

    In Access you can type the English function and the application understand and translate it, but the same functionality was not included in Excel.
    One option may be to create a workbook with the language set to English version with a LARGE formula, and then open it with the language set to Spanish version.

    No idea if it will work, but seems like it might!

    HTH,

    Alan.

  9. #9
    Registered User
    Join Date
    09-20-2005
    Posts
    1

    Arrow

    i world like to know other kind of formula like sorting like below

    2
    1
    0
    -1
    -2
    -3

    if any body know this kind of formular could you please send me it.

  10. #10
    Forum Guru
    Join Date
    08-14-2003
    Location
    New Zealand
    Posts
    41

    Reply: mushthaag

    Hi mushthaag,

    Quote Originally Posted by mushthaag
    i world like to know other kind of formula like sorting like below

    2
    1
    0
    -1
    -2
    -3

    if any body know this kind of formular could you please send me it.
    I don't see what you mean. That data is already sorted, so there is nothing to do?

    In general, to sort, you can look at the RANK function.

    HTH,

    Alan.
    To help us help you, try to do the following:

    1) Be precise about what you want to do, and provide a sample of your data / inputs - exactly as they are.

    2) State the formula(e) / code that you have tried. People are happy to help , but if you haven't even given it a go, you are less likely to get help, or the help you get will be very basic.

    3) State the results you are getting from your formula(e) / code already.

    4) State the outputs that you *want* to be getting.

  11. #11
    Registered User
    Join Date
    09-21-2005
    Posts
    1

    RE: It doesn't work for large

    Quote Originally Posted by Clara
    Hi,

    I can get the result. It shows #num! in cell F2

    Please advice.

    Thanks in advance
    Hi Clara,

    You have to enter the formula as an array. That is, after you have typed the formula into the cell, don't hit Enter, but hit Ctrl+Shift+Enter together. Then it will work.

    Andre Wium

  12. #12
    Registered User
    Join Date
    01-13-2004
    Posts
    14

    How would you do it for the smallest value

    I can make it work for the largest but how would you do it for the smallest or for a value between two others

  13. #13
    Forum Guru
    Join Date
    08-14-2003
    Location
    New Zealand
    Posts
    41

    Reply: ultra vires

    Hi ultra vires,

    Quote Originally Posted by ultra vires
    I can make it work for the largest but how would you do it for the smallest or for a value between two others
    The example above should do it for the second largest.

    Also look at the SMALL and RANK functions for other options.

    HTH,

    Alan.
    To help us help you, try to do the following:

    1) Be precise about what you want to do, and provide a sample of your data / inputs - exactly as they are.

    2) State the formula(e) / code that you have tried. People are happy to help , but if you haven't even given it a go, you are less likely to get help, or the help you get will be very basic.

    3) State the results you are getting from your formula(e) / code already.

    4) State the outputs that you *want* to be getting.

  14. #14
    Registered User
    Join Date
    09-02-2005
    Posts
    1

    Large Spanish Function

    The equivalent of LARGE function in spanish is K.ESIMO.MAYOR.

    =K.ESIMO.MAYOR(A2:A5;2)

    When you do not know the spanish equivalent of an english function you can make a simple macro that will tell you:

    Sub Macro1()
    Range("a1").Value = "=large(a2:a5,2)"
    End Sub

  15. #15
    Registered User
    Join Date
    01-13-2004
    Posts
    14
    Quote Originally Posted by Alan
    Hi ultra vires,

    The example above should do it for the second largest.

    Also look at the SMALL and RANK functions for other options.

    HTH,

    Alan.
    Thanks for that very helpful.

    In my sheet I have column which is a list of dates and a column which is a list of times. The first formula will give me the second largest for the day overall which is great and a lot more progress than I had made before. But I want to know the smallest and largest between say 8:30 and 12:00 and 13:30 and 17:00 - is this possible?

+ 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.2.0