Use conditional formatting
Say your range is A1 to A6. Select the range > Format > Conditional Formatting > Formula and add this formula
Change range as required=AND(A1<>"",A1=MIN($A$1:$A$6))
Also you could change your first formula to
http://www.contextures.com/xlCondFormat01.html=MIN(A1:A6)
VBA Noob
Bookmarks