I have a range of data and I would like to highlight the minimum value in
this range (minimum value different from zero).
Ex:
12, 0, 5, 1, 0, 10 : the minimum in this range, different from zero is 1.
Is this possible by Conditional Formatting or should I use VBA?