+ Reply to Thread
Results 1 to 4 of 4

returning data from cell next to MAX value

  1. #1
    Registered User
    Join Date
    02-13-2007
    Posts
    8

    returning data from cell next to MAX value

    Hi-

    I have two columns- one with a year, and another with a value for that year. I want to find the max value in the second column, and the corresponding year in the column next to it. Any ideas?

    Thanks

  2. #2
    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
    Try

    Assumes Col is B with max value
    =MAX(B:B) in G8

    Assumes date in Col A

    =INDEX(A:A,MATCH(G8,B:B,0))

    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 !!!

  3. #3
    Registered User
    Join Date
    02-13-2007
    Posts
    8
    Works like a charm. Thanks. I don't know how many ways I asked the "Answer Wizard", and never got close to the INDEX and MATCH functions.

  4. #4
    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
    No problem

    More help here

    http://www.contextures.com/xlFunctions03.html

    VBA Noob

+ 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