View Single Post
  #8   Report Post  
Pipeladylu
 
Posts: n/a
Default

Thanks... It works great!! I really appreciate your help

"Cutter" wrote:


If you want to determine only the lowest cost for each column (and not
the number of times the lowest cost appears) then try this:

=IF(MIN(H2:H200)0,SMALL(H2:H200,COUNTIF(H2:H200,0 )+1),MIN(H2:H200))

This example is for column H (range H2:H200) so adjust as necessary and
then copy it to to your other columns.

It is not an array formula so just enter in normal way


--
Cutter
------------------------------------------------------------------------
Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848
View this thread: http://www.excelforum.com/showthread...hreadid=468906