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)
|