+ Reply to Thread
Results 1 to 3 of 3

Formula to display cell address the cell adjacent to the highest value cell

  1. #1
    Registered User
    Join Date
    02-01-2006
    Posts
    27

    Formula to display cell address the cell adjacent to the highest value cell

    Hi, I have sales values typed in cells A2 thru A20. If cell A4 happens to contain the highest sales amt, I want "B4" to display as the result of a formula (which is the cell located directly to the right).

    I DON'T want the actual value sitting in cell B4 to display, but rather the actual cell address of B4.

    I'm experimenting with some variations of IF, MAX, CELL, ADDRESS, INDEX, MATCH functions but am striking out.

    Please help! Thank you.

  2. #2
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606
    Here is one approach:

    =ADDRESS(MATCH(MAX(A2:A20),A2:A20,0)+1,2)

  3. #3
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Or see link

    http://www.excelforum.com/showthread.php?t=634574

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

+ 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