I have an existing formula that finds the lowest number if it isn't a duplicate..

=IF(COUNTIF(H10:H89,MIN(H10:H89))=1,MIN(H10:H89),0)

The problem is, it is counting zeros. Can I modify this so it won't count the zeros?