vlookup for repeating value

noa210

New Member
Joined
Nov 7, 2017
Messages
2
Hi,
I'm wondering if there is a way to use vlookup to return the minimum value from an arrey and not the first value.
For example:

[TABLE="width: 531"]
<tbody>[TR]
[TD]order
[/TD]
[TD]date
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1130
[/TD]
[TD]08/11/2017
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1130
[/TD]
[TD]08/11/2017
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1130
[/TD]
[TD]05/11/2017
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1130
[/TD]
[TD]12/11/2017
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1129
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1129
[/TD]
[TD]10/11/2017
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1129
[/TD]
[TD]06/11/2017
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]value
[/TD]
[TD]vlookup
[/TD]
[TD="align: left"]<form name="text_form" id="gt-form" action="/" encType="application/x-www-form-urlencoded" method="post">required date </form>
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1130
[/TD]
[TD]08/11/2017
[/TD]
[TD]05/11/2017
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1129
[/TD]
[TD][/TD]
[TD]06/11/2017
[/TD]
[/TR]
</tbody>[/TABLE]

Thank you,
Noa
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Excel 2010[TABLE="class: grid, width: 300"]
<tbody>[TR="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD="align: center"]1
[/TD]
[TD]order
[/TD]
[TD]date
[/TD]
[/TR]
[TR]
[TD="align: center"]2
[/TD]
[TD="align: right"]1130
[/TD]
[TD="align: right"]8/11/2017
[/TD]
[/TR]
[TR]
[TD="align: center"]3
[/TD]
[TD="align: right"]1130
[/TD]
[TD="align: right"]8/11/2017
[/TD]
[/TR]
[TR]
[TD="align: center"]4
[/TD]
[TD="align: right"]1130
[/TD]
[TD="align: right"]5/11/2017
[/TD]
[/TR]
[TR]
[TD="align: center"]5
[/TD]
[TD="align: right"]1130
[/TD]
[TD="align: right"]12/11/2017
[/TD]
[/TR]
[TR]
[TD="align: center"]6
[/TD]
[TD="align: right"]1129
[/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: center"]7
[/TD]
[TD="align: right"]1129
[/TD]
[TD="align: right"]10/11/2017
[/TD]
[/TR]
[TR]
[TD="align: center"]8
[/TD]
[TD="align: right"]1129
[/TD]
[TD="align: right"]6/11/2017
[/TD]
[/TR]
[TR]
[TD="align: center"]9
[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: center"]10
[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: center"]11
[/TD]
[TD]Value
[/TD]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: center"]12
[/TD]
[TD="align: right"]1130
[/TD]
[TD="align: right"]5/11/2017
[/TD]
[/TR]
[TR]
[TD="align: center"]13
[/TD]
[TD="align: right"]1129
[/TD]
[TD="align: right"]6/11/2017
[/TD]
[/TR]
</tbody>[/TABLE]
Sheet4

[TABLE="class: grid, width: 85%"]
<tbody>[TR]
[TD]
Array Formulas[TABLE="class: grid, width: 100%"]
<tbody>[TR="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]
[TD="width: 10"]Cell
[/TD]
[TD="align: left"]Formula
[/TD]
[/TR]
[TR]
[TH="width: 10, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]B12
[/TH]
[TD="align: left"]{=MIN(IF($A$2:$A$8=A12,IF($B$2:$B$8<>"",$B$2:$B$8,99999999)))}
[/TD]
[/TR]
[TR]
[TH="width: 10, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]B13
[/TH]
[TD="align: left"]{=MIN(IF($A$2:$A$8=A13,IF($B$2:$B$8<>"",$B$2:$B$8,99999999)))}
[/TD]
[/TR]
</tbody>[/TABLE]
Entered with Ctrl+Shift+Enter. If entered correctly, Excel will surround with curly braces {}.
Note: Do not try and enter the {} manually yourself[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0
Thank you, but sadly it doesnt help me...
I need to use vlookup becouse the original data is much bigger and the number of cells in the arreys is not constant...
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,337
Members
452,637
Latest member
Ezio2866

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