Will_Texas
New member
- Joined
- Dec 20, 2021
- Messages
- 16
- Reaction score
- 1
- Points
- 3
- Location
- Houston, Texas
- Excel Version(s)
- 365
Hello, I am trying to create a Report Table of the top 5 closest comparable records based on multiple search criteria.
The data is currently in a Table format, using data Power Query. (.xls file example attached)
I would like to limit my search results to a specific count (ie. 5 in this example).
I am searching based on Matching Text across multiple columns, and numerical Values that are greater/less than.
Approach:
Filter() I thought might work, but I figure out how to limit the # of records returned (ex. to 5). Additionally with Filter(), I can't easily Sort the results, (ex by Year, descending) like in Table or Array. Plus this Filter() function would be enormous if I added more columns to evaluate, etc.
Slicers might work, but I can't seem to also easily incorporate a numerical filter based on user input (ex. >$100,000)
Any Suggestions?
The data is currently in a Table format, using data Power Query. (.xls file example attached)
I would like to limit my search results to a specific count (ie. 5 in this example).
I am searching based on Matching Text across multiple columns, and numerical Values that are greater/less than.
Approach:
Filter() I thought might work, but I figure out how to limit the # of records returned (ex. to 5). Additionally with Filter(), I can't easily Sort the results, (ex by Year, descending) like in Table or Array. Plus this Filter() function would be enormous if I added more columns to evaluate, etc.
Slicers might work, but I can't seem to also easily incorporate a numerical filter based on user input (ex. >$100,000)
Any Suggestions?