MIN Funtion

abacon1960

Board Regular
Joined
Jul 28, 2014
Messages
54
I am using a MIN function to determine my lowest Subcontractor Bid. =MIN(R86,U86,Z86,AC86,AF86,AI86) I have six columns for 6 subs. Herein lies the problem. I only have three subs bidding so the MIN is picking up the first zero columns as Low Sub with zero dollars. Is there a way to do this without revising the MIN function to take out the three cells I do not need.
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Are the cells between the 6 columns empty? If yes try:

=MIN(IF(R86:AI86>0,R86:AI86))

confirmed with ctrl + shift + enter, not just enter.
 
Upvote 0
Cell R86= $0, Cell U86=$70,000, Cell Z86=$80,000,The remaining 3 cells are $0. I still am getting a $0 in the MIN cell.
 
Upvote 0

Forum statistics

Threads
1,214,925
Messages
6,122,298
Members
449,077
Latest member
Rkmenon

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