Match Top Results

cjpascoe1

New Member
Joined
Nov 30, 2017
Messages
18
I'm trying to create a lookup or match, where I would enter a State in a cell and of all the options from the original table, it would bring in the first 10 matches based on the state selected
So this would be similar to a vlookup or match, but would need to pull more than the first results

Sample Results:
StateMO
Property NameStateUnitsClose Date
Property 5MO5253/15/2022
Property 8MO3313/10/2022
Property 17MO653/9/2022
Property 18MO513/9/2022
Property 23MO982/14/2022


SAMPLE DATABASE

Property NameStateUnitsClose Date
Property 1CO1804/7/2022
Property 2NC713/23/2022
Property 3CA813/18/2022
Property 4GA1003/16/2022
Property 5MO5253/15/2022
Property 6OH2403/14/2022
Property 7KS203/11/2022
Property 8MI1603/10/2022
Property 9MO3313/10/2022
Property 10OK323/10/2022
Property 11OH203/10/2022
Property 12MO653/9/2022
Property 13MO513/9/2022
Property 14AR503/7/2022
Property 15TN903/3/2022
Property 16TN1443/3/2022
Property 17TN1123/3/2022
Property 18TN1003/3/2022
Property 19VA1182/24/2022
Property 20AR1542/17/2022
Property 21MI1752/16/2022
Property 22MO982/14/2022
Property 23NE502/11/2022
Property 24NY561/31/2022
Property 25GA1501/31/2022
Property 26GA2201/31/2022
Property 27OR351/29/2022
Property 28NY1361/27/2022
Property 29VA1501/26/2022
Property 30PA3441/21/2022
Property 31NY1241/14/2022
Property 32IL1291/12/2022
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
Office 365
 
Upvote 0
Thanks for that, please don't forget to update your account details. ;)

How about
+Fluff 1.xlsm
ABCDEFGHIJ
1Property NameStateUnitsClose DateMo
2Property 1CO18007/04/2022Property 5MO52515/03/2022
3Property 2NC7123/03/2022Property 9MO33110/03/2022
4Property 3CA8118/03/2022Property 12MO6509/03/2022
5Property 4GA10016/03/2022Property 13MO5109/03/2022
6Property 5MO52515/03/2022Property 22MO9814/02/2022
7Property 6OH24014/03/2022
8Property 7KS2011/03/2022
9Property 8MI16010/03/2022
10Property 9MO33110/03/2022
11Property 10OK3210/03/2022
12Property 11OH2010/03/2022
13Property 12MO6509/03/2022
14Property 13MO5109/03/2022
15Property 14AR5007/03/2022
16Property 15TN9003/03/2022
17Property 16TN14403/03/2022
18Property 17TN11203/03/2022
19Property 18TN10003/03/2022
20Property 19VA11824/02/2022
21Property 20AR15417/02/2022
22Property 21MI17516/02/2022
23Property 22MO9814/02/2022
24Property 23NE5011/02/2022
25Property 24NY5631/01/2022
26Property 25GA15031/01/2022
27Property 26GA22031/01/2022
28Property 27OR3529/01/2022
29Property 28NY13627/01/2022
30Property 29VA15026/01/2022
31Property 30PA34421/01/2022
32Property 31NY12414/01/2022
33Property 32IL12912/01/2022
34
Main
Cell Formulas
RangeFormula
G2:J6G2=LET(f,FILTER(A2:D300,B2:B300=G1),INDEX(f,SEQUENCE(MIN(10,ROWS(f))),{1,2,3,4}))
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,215,053
Messages
6,122,882
Members
449,097
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