Good morning,
I am trying to display the lowest bid in a column only if the [BID AMOUNT] cell is not blank AND if the checkbox under [UNVETTED] is NOT checked.
For the first half, I have this:
=IFERROR(SMALL([BID AMOUNT]40:[BID AMOUNT]44, COUNTIF([BID AMOUNT]40:[BID AMOUNT]44, 0) + 1), "")
Which works exactly as I want. But adding the second condition where the box in the [UNVETTED] column is unchecked.
Thanks in advance for your help!
Jeff