View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Toller Mike Toller is offline
external usenet poster
 
Posts: 1
Default Minimum value location


-----Original Message-----
I an writing a macro to do a bunch of calculation and
place the result in a column. I want to be able to ID
the row with the minimum value. what is the easist way
to do that?
.
=MATCH(MIN(array),array,0)