abacon1960
Board Regular
- Joined
- Jul 28, 2014
- Messages
- 54
I am still having problems with the MIN function. I have 6 cells that add up separate Subcontractor Bids. I do not always get 6 bids so some of them are left at zero. In other words, the MIN function gives me back a Zero ($0) dollar amount as the apparent low bidder and does not account for the three (3) bids I do have. Is there a way to make this work without altering my formula? =MIN(R5,S5,T5,U5,V5,W5) I want the MIN to ignore the $0 cells and acknowledge Sub2 as the low bidder.
<tbody>
</tbody>
Sub1 | Sub2 | Sub3 | Sub4 | Sub5 | Sub6 |
$0 | $10,000 | $12,100 | $10,800 | $0 | $0 |
<tbody>
</tbody>