View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RagDyeR RagDyeR is offline
external usenet poster
 
Posts: 3,572
Default using MATCH, and LOOKUP

Try this:

=INDEX(A:A,MATCH(MAX(K:K),K:K,0))
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"harvey1649" wrote in message
...
I want to look up the largest number in coloum K and return the value in
Coloum A that is in the same row that the largest number in Coloum K is.