MIN Date formula

McBee1989

New Member
Joined
Nov 1, 2016
Messages
14
Hi all,

Struggling a bit with retrieveing a the MIN date for a value that has multiple dates. I have a list of values on one tab and on another, i have a further list of values with dates attached. I need my formula to look for the value from tab 1 on tab 2 and then, return the MIN date from the several dates it finds for that value in tab 2. I have copied some code and tried to amend but to be honest, it just returns 0 and I can't get my head around it for some reason!

=MAX(IF(F2='A&E_010418_310718'!$A$2:$A$31402,IF(E2='A&E_010418_310718'!$B$2:$B$31402,values)))

Any help please?

Thanks
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Sorry, I should of done that in the first place to make it easier. I have solved my own problem after a long time of trying however I now need to wrap an IF statement in there to remove the 00/01/00 I get when the match is blank?

{ =MIN(IF(TAB1'!$A$2:$A$10=F2,'TAB1'!$B$2:$B$10)) }
 
Upvote 0

Forum statistics

Threads
1,215,412
Messages
6,124,761
Members
449,187
Latest member
hermansoa

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