View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Return a row with the Min or Max funtion

=MATCH(MAX(1:1),1:1,0)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Adam" wrote in message
...
Is there a way to return the column where the min or max exists rather

than
returning the min or max? I am using WorksheetFunction.Min. Thank you

very
much.