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
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
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 !!!
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.
No problem
More help here
http://www.contextures.com/xlFunctions03.html
VBA Noob
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks