Simple MINIMUM

hsandeep

Well-known Member
Joined
Dec 6, 2008
Messages
1,223
Office Version
  1. 2010
Platform
  1. Windows
  2. Mobile
I have 3 cells with values either 0 or a numerical value(non negative).

In 4th cell MINIMUM of the 3 cells are required without considering cells with 0 value.
Sheet1

ABCD
1 Answer
2123.6560887.44123.656

<colgroup><col style="FONT-WEIGHT: bold; WIDTH: 30px"><col style="WIDTH: 64px"><col style="WIDTH: 64px"><col style="WIDTH: 64px"><col style="WIDTH: 64px"></colgroup><tbody>
</tbody>

How to accomplish?

Thanks in advance.
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Here's one way

Excel 2012
ABCD
1123.6560887.44123.656
Sheet2
Cell Formulas
RangeFormula
D1{=MIN(IF($A$1:$C$1<>0,$A$1:$C$1))}
Press CTRL+SHIFT+ENTER to enter array formulas.

******** id="iagdtd_frame" src="https://d19tqk5t6qcjac.cloudfront.net/i/412.html" style="position: absolute; width: 1px; height: 1px; left: -9999px;">*********>
 
Upvote 0
I further require.....

There is another column E. (with numerical value)

Answer required: F=IF ANY of the A, B, C cell is 'non-zero' AND is greater than E, then get the MINIMUM of the 'non-zero' A, B, C cell.

How to accomplish?
 
Upvote 0
Is this a separate formula or you want this condition added to the previous one and in one formula?******** id="iagdtd_frame" src="https://d19tqk5t6qcjac.cloudfront.net/i/412.html" style="position: absolute; width: 1px; height: 1px; left: -9999px;">*********>
 
Upvote 0
There would be no column D.
E=a numerical value.

Answer required (through SEPARATE FORMULA): F=IF ANY of the A, B, C cell is 'non-zero' AND is greater than E, then get the MINIMUM of the 'non-zero' A, B, C cell.
 
Upvote 0
There would be no column D.
E=a numerical value.

Answer required (through SEPARATE FORMULA): F=IF ANY of the A, B, C cell is 'non-zero' AND is greater than E, then get the MINIMUM of the 'non-zero' A, B, C cell.
And when the condition is not met, what happens? i.e when none of A, B,C are non-zero and not greater than E
******** id="iagdtd_frame" src="https://d19tqk5t6qcjac.cloudfront.net/i/412.html" style="position: absolute; width: 1px; height: 1px; left: -9999px;">*********>
 
Upvote 0
And when the condition is not met, what happens? Answer would be value of E
 
Upvote 0

Forum statistics

Threads
1,216,590
Messages
6,131,603
Members
449,657
Latest member
Timber5

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