Trackfiend
Civil/Environmental
- Jan 10, 2008
- 128
I can't seem to get this to work. Here's the situation. I have a column of numerical values, say 0 to 100. I would like to find the minimum value that is greater than zero and would also like to highlight the cell (or row if possible) it is grabbing the number from.
I can get the MIN value greater than zero with the following formula:
{=MIN(IF(A1:A101>0,A1:A101))}
I can also highlight the cell with the MIN value using the conditional formatting tool, setting it "equal to" and typing the following formula:
=A1=MIN(A1:A101)
What I can't seem to do is do both functions, highlight and give MIN value greater than zero, at the same time. Any suggestions would be extremely helpful.
I can get the MIN value greater than zero with the following formula:
{=MIN(IF(A1:A101>0,A1:A101))}
I can also highlight the cell with the MIN value using the conditional formatting tool, setting it "equal to" and typing the following formula:
=A1=MIN(A1:A101)
What I can't seem to do is do both functions, highlight and give MIN value greater than zero, at the same time. Any suggestions would be extremely helpful.