Large and index formula

Dustt24

New Member
Joined
Aug 13, 2024
Messages
1
Office Version
  1. Prefer Not To Say
Platform
  1. Windows
Ive been trying to follow this youtube video (
) which uses large to create a top 10 table and then index to copy over ajoining names to these values. however if i have values that are the same then the name is copies rather than displaying the correct name for the value.
for example displays
A, 1
B, 2
B, 2
D, 3
rather than
A,1
B,2
C, 2
D, 3
. I hope this makes sense to understand I really need a fix for this
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Welcome to the forum. :)

There are various options, depending on which version of Excel you need them to work with. A pivot table is a simple one, but needs refreshing if you change your data. A FILTER function would work, if your version supports it (2021/365), or a combination of TAKE and SORT if you have those.
 
Upvote 0

Forum statistics

Threads
1,224,817
Messages
6,181,144
Members
453,021
Latest member
Justyna P

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