MIN Function Calculations

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.
Sub1Sub2Sub3Sub4Sub5Sub6
$0$10,000$12,100$10,800$0$0

<tbody>
</tbody>
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
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,214,918
Messages
6,122,241
Members
449,075
Latest member
staticfluids

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
Back
Top