MIN with 3 IF conditions

thecursero

New Member
Joined
Jan 5, 2012
Messages
41
Can you please help me to add one more if condition to this formula:

=MIN(IF($J$3:$J$142=B159;IF($H$3:$H$142=D159;$L$3:$L$142)))

Thank you
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
I just want to use the same conditions as in =AVERAGEIFS(R3:R192;F3:F192;G214;N3:N192;I214;P3:P192;H214)
but my xls doesn't have MINIFS or MAXIFS conditions so I have to use =MIN(IF($J$3:$J$142=B159;IF($H$3:$H$142=D159;$L$3:$L$142))) but please help me to add one more condition in this formula...
big thanks !
 
Upvote 0
Would be something like this:

=MIN(IF($J$3:$J$142=B159;IF($H$3:$H$142=D159;IF(Condition to add;$L$3:$L$142))))

<colgroup><col width="591"></colgroup><tbody>
</tbody>
 
Upvote 0
i think you have to use "," instead of ";"
Min(If(condition,if(condition,if(condition,result))))
press ctrl+shift+enter
 
Upvote 0
@krrishkrsna
Since OP was using ";" in the formula they posted, I assume that the language setting on there Excel is set to use ";" and not "," between arguments.
 
Upvote 0
Personally, I write MIN IF functions like this:

=MIN(IF((condition1)*(condition2)*(condition3),result)) Ctrl Shift Enter

Just swap the comma for a semicolon if your regional settings use ";" instead of ",".
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,918
Members
449,093
Latest member
dbomb1414

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