Xlookup when there are multiple results

bmv505

New Member
Joined
Sep 28, 2022
Messages
25
Office Version
  1. 365
I am trying to make a record book in Excel. I am using the Large function (for example, F3's formula is =large(A$3:A$11,E3)). My issue arises when there are two games with the same number of points. For example, 82 points were scored twice. I want G3 and G4 to have the two dates and opponents where 82 was scored, but when I use the xlookup function itll come up with the same value. How do I get it to list out?

1736160452053.png
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
as you have 365 version try filter with large
=FILTER(A3:C11,A3:A11>=LARGE(A3:A11,5))

Book4
ABCDEFG
1
2
3551Team 1551Team 1
4752Team 2752Team 2
5823Team 3823Team 3
6734Team 4734Team 4
7205Team 5827Team 7
8256Team 6
9827Team 7
10348Team 8
11509Team 9
12
Sheet1
Cell Formulas
RangeFormula
E3:G7E3=FILTER(A3:C11,A3:A11>=LARGE(A3:A11,5))
Dynamic array formulas.


you can also user SORT()

Note: Images are difficult to see , and also requires that I input all the data myself, which means I may make an error, which is very time consuming, and from my point of view less likely to get a response, if a complicated spreadsheet. Plus we cannot see any of the formulas used.

Therefore -

MrExcel has a tool called “XL2BB” that lets you post samples of your data and will allow us to copy/paste your sample data into our Excel spreadsheets, saving a lot of time.

You can also test to see if it works ok, in the "Test Here" forum.

OR if you cannot get XL2BB to work, or have restrictions on your PC

then put the sample spreadsheet onto a share

I only tend to goto OneDrive, Dropbox or google docs , as I'm never certain of other random share sites and possible virus.
Please make sure you have a representative data sample and also that the data has been desensitised, remember this site is open to anyone with internet access to see - so any sensitive / personal data should be removed

Make sure you set any share or google to share to everyone
 
Upvote 0
Another option
Excel Formula:
=TAKE(SORT(A3:C20,,-1),5)
 
Upvote 0

Forum statistics

Threads
1,225,738
Messages
6,186,725
Members
453,368
Latest member
positivemind

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