View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] paul.mullan@hotmail.co.uk is offline
external usenet poster
 
Posts: 7
Default Find max value in one column and return the value of corrosponding cell in different column

Ah, I think I did something similar using the OFFSET function
before . . .

I have tried using this combined with the MAX function to list the
reference value. An example of what I have tried in relation to the
data above would be. However I am told my formula contains an error.

=OFFSET(MAX(C2:C4),0,-1,1,1)


I might be going down completely the wrong road! Any suggestions would
be gratefully received

Cheers
Paul