+ Reply to Thread
Results 1 to 2 of 2

Address of Maximum value in Cell

  1. #1
    Registered User
    Join Date
    09-03-2004
    Posts
    9

    Address of Maximum value in Cell

    I have a sheet where I enter in numeric values around a range of cells (B1:D3). I want to be able to acquire the cell address of the max value.

    For example:
    Max Value Cell Address
    Test A 90 100 180 180 D1
    Test B 50 110 101 110 C2
    Test C 75 35 14 75 B3

    I need a formula to acquire the cell address. I have been trying to use the address function in this scenario with no luck.

  2. #2
    Peo Sjoblom
    Guest

    Re: Address of Maximum value in Cell

    One way

    =CELL("address",INDEX(B1:D1,MATCH(MAX(B1:D1),B1:D1,0)))


    --

    Regards,

    Peo Sjoblom

    http://nwexcelsolutions.com



    "Session101" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I have a sheet where I enter in numeric values around a range of cells
    > (B1:D3). I want to be able to acquire the cell address of the max
    > value.
    >
    > For example:
    > Max Value Cell Address
    > Test A 90 100 180 180 D1
    > Test B 50 110 101 110 C2
    > Test C 75 35 14 75 B3
    >
    > I need a formula to acquire the cell address. I have been trying to use
    > the address function in this scenario with no luck.
    >
    >
    > --
    > Session101
    > ------------------------------------------------------------------------
    > Session101's Profile:
    > http://www.excelforum.com/member.php...o&userid=14054
    > View this thread: http://www.excelforum.com/showthread...hreadid=532415
    >




+ 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