+ Reply to Thread
Results 1 to 3 of 3

function to find name related to highest value

Hybrid View

  1. #1
    Registered User
    Join Date
    08-20-2014
    Location
    Hyderabad
    MS-Off Ver
    2014
    Posts
    2

    function to find name related to highest value

    Hi Sir,

    Can u please help me with this

    Name nO.OF DAYS PRESET
    ABCD 30
    EFGH 30
    IJKL 20
    MNOP 22
    I WANT THE NAME OF HIGHEST NUMBER OF DAYS PRESET... IN THIS 30 TWICE. HOW TO DISPLAY THE TWO NAMES?

  2. #2
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: function to find name related to highest value

    Hi,
    Welcome to the Forum.

    Assuming your sample data is in the range A2:B5, then try this Array Formula. Since this is an array formula so you need to confirm it with Ctrl+Shift+Enter instead of just Enter.

    In D2
    =IFERROR(INDEX($A$2:$A$5,SMALL(IF($B$2:$B$5=MAX($B$2:$B$5),ROW($A$2:$A$5)-ROW($A$2)+1),ROWS(D$2:D2))),"")
    and copy down.

    Is this what you are trying to achieve?
    Attached Files Attached Files
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  3. #3
    Registered User
    Join Date
    08-20-2014
    Location
    Hyderabad
    MS-Off Ver
    2014
    Posts
    2

    Re: function to find name related to highest value

    Hi,

    Thank you for your response.

    I am able to access the abive Formula in Microsoft Excel however i need formula to use in Google Spreadsheet.

    Can you please help me with that.

    Regards.
    Hemanishu

+ 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. function to find name related to highest value
    By hoopes in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-16-2013, 03:22 AM
  2. VBA code to find highest and 2nd highest number based in criteria
    By Michael007 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-25-2011, 08:38 AM
  3. Replies: 2
    Last Post: 12-20-2010, 07:27 PM
  4. Replies: 2
    Last Post: 02-23-2010, 07:37 PM
  5. [SOLVED] i need a function to find the highest value in a list
    By Melani in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-14-2005, 02:06 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