MIN Function Calculations

abacon1960

Board Regular
Joined
Jul 28, 2014
Messages
52
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.
Sub1Sub2Sub3Sub4Sub5Sub6
$0$10,000$12,100$10,800$0$0

<tbody>
</tbody>
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.

FormR

MrExcel MVP
Joined
Aug 18, 2011
Messages
6,905
Office Version
  1. 365
Platform
  1. Windows
Is there a way to make this work without altering my formula?

No, you will need to use a different formula, for example (note the Array instructions beneath the formula)

Excel Workbook
RSTUVWXY
4Sub1Sub2Sub3Sub4Sub5Sub6Min
5010,00012,10010,8000010000
Sheet1
 
Upvote 0

Forum statistics

Threads
1,191,165
Messages
5,985,039
Members
439,935
Latest member
Monty238

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top