+ Reply to Thread
Results 1 to 4 of 4

Return Cell Address of Number used in Minimum Function

  1. #1
    Registered User
    Join Date
    06-16-2008
    Location
    Arlington, VA
    MS-Off Ver
    2007
    Posts
    93

    Return Cell Address of Number used in Minimum Function

    I need to return the value of
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    for the below, so that I am getting the label next to the number which provides the minimum. For example, return the lable of a number that gives me the minimum.

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Any help on how to combine a match and min to accomplish this?

    Thanks in advance.

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,434

    Re: Return Cell Address of Number used in Minimum Function

    Do you really need the address?

    =INDEX(A3:A5,MATCH(MIN(B3:B5),B3:B5,0))
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    06-16-2008
    Location
    Arlington, VA
    MS-Off Ver
    2007
    Posts
    93

    Re: Return Cell Address of Number used in Minimum Function

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Solved. Thanks

  4. #4
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,434

    Re: Return Cell Address of Number used in Minimum Function

    I thought F2-LU was the sheet name

+ 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