Array Formula with multiple criteria

dracron

New Member
Joined
Jan 10, 2014
Messages
32
<br>
I have been using this array which works. But now I want to introduce multiple criteria.<br>
{=MIN(IF($X$2:$X$3550=B3,$AA$2:$AA$3550))}<br>
<br>
This formula returns the min date from AA if X and B have the same file number. What I also want to introduce is column Z which is a status name.<br>
If Column Z = "Ready for Review" and if X and B have the same file number then it provide min from AA.<br>
Ive tried using If(and but its not returning a result. Maybe I am not writing correctly?<br>
<br>
I hope I've explained this well.<br type="_moz">
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Drives me crazy when it was staring at me right the face the whole time! Thank you for your help.
Will this also work If I change MIN to MAX?
 
Upvote 0
I tried the formula you provided but it doesn't do quite what I need.

Its returning a result if it finds one or the other. I need it to return a result only if the status is ready for review and X and B match
 
Upvote 0

Forum statistics

Threads
1,215,900
Messages
6,127,640
Members
449,394
Latest member
fionalofthouse

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