I'm trying to create a formula that meets the following conditions:
- If any of the cells is 0, then just show 0
- If none of the cells equals 0, then show the lowest number of those cells
So let's say A1 has a value of 2; A5 is 3 and A13 is 0, then I want the formula to show "0".On the other hand, if A1 is 2, A5 is 3 and A13 is 1, I want the formula to show "1".
I think the solution relies on conditional formatting and mincounts, but couldn't find a formula that works.Please keep in mind that I don't want the values to be summed, only to show the lowest value.