Vlookup IF Min Max

melq64

New Member
Joined
Aug 21, 2017
Messages
49
Hi guys, would appreciate any help with this please.

Trying to return min and max for values for blank (?) columns below.

So here's the logic: Table 1
IF Type column="Bulk", then Vlookup Transponder column and match to Table 2 Transponder column and return min date

Note: Transponder value can have multiple Registration Times against it


TABLE 1
TransponderTypeMin Registration TimeMax Registration Time
11001026934

<tbody>
</tbody>
Bulk??
11001026937

<tbody>
</tbody>
Clearance??
11001026937

<tbody>
</tbody>
Bulk??

<tbody>
</tbody>

TABLE 2
TransponderRegistration Time
1100102693428/05/2018 18:52
1100102693428/05/2018 19:02
1100102693428/05/2018 15:02
1100102693725/05/2018 11:32
1100102693725/05/2018 9:32
1100102693725/05/2018 11:55

<tbody>
</tbody>
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
I have uploaded excel file, perhaps you are looking for.

in first sheet (min_max_with IF) I have used ARRAY formula (after you enter formula you have to press CTR+SHIFT+ENTER instead of just ENTER)

Download Here...
 
Upvote 0
Thanks for this and it works and I see that you separated Registration Time columns BUT the Registration Times for my dataset are in the same column.
Are you able to provide modified formula for this please?
 
Upvote 0
I'm sorry i didn't get that, could you be more specific.
 
Upvote 0
Sorry for the delay in response but thank you for your help, truly appreciate it.

The solution you provided works well however now that my dataset is getter bigger as I append the dataset on a daily basis, it now takes a long time for the formulas to update.

Do you have any suggestions to speed this process up?


Thanks in advance:)
 
Upvote 0
Let A:B of Sheet2 house the Table 2 data.

Let A:D of Sheet1 house the processing.

In C2 of Sheet1 enter and copy down:

=MINIFS(Sheet2!B:B,Sheet2!A:A,A2)

In D2 of Sheet1 enter and copy down:

=MAXIFS(Sheet2!B:B,Sheet2!A:A,A2)
 
Upvote 0

Forum statistics

Threads
1,214,938
Messages
6,122,346
Members
449,080
Latest member
Armadillos

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