#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 150
Default Index & Match

Hello,

I'm using the following formula but am running into an issue.

INDEX(Data!$A$12:$A$1314,MATCH(LARGE(OFFSET(Data!$ T$12:$T$1314,0,0),1),OFFSET(Data!$T$12:$T$1314,0,0 ),0))

When trying to find the n-th largest value multiple entries have the same
value so they are all the n-th largest value. Therefore the list comes up
with one name being entered as, for example, the 4th, 5th, and 6th largest.
Any suggestions on how to fix this?

Thank you!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default Index & Match

Stan,

You will need to have a column of formulas that breaks the ties by adding some small amount based on
another criteria - I often will use a formula like

=T12+ROW()/100000000
or
=T12 +0.1/ROW()

Then use those tie-broken values in your formula.

Note that the constant values used will depend on the actual values in the data set - you need to
add an amount smaller than the smallest delta in your data set.

HTH,
Bernie
MS Excel MVP


"stan" wrote in message
...
Hello,

I'm using the following formula but am running into an issue.

INDEX(Data!$A$12:$A$1314,MATCH(LARGE(OFFSET(Data!$ T$12:$T$1314,0,0),1),OFFSET(Data!$T$12:$T$1314,0,0 ),0))

When trying to find the n-th largest value multiple entries have the same
value so they are all the n-th largest value. Therefore the list comes up
with one name being entered as, for example, the 4th, 5th, and 6th largest.
Any suggestions on how to fix this?

Thank you!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find Exact Match using INDEX, MATCH DoubleUU Excel Worksheet Functions 3 August 15th 08 02:42 PM
index(match) Wind Uplift Calculations (match four conditions) JMeier Excel Worksheet Functions 8 August 1st 08 01:45 AM
index match array function-returning only first match, need last. Julie Olsen Excel Worksheet Functions 3 December 29th 06 12:50 AM
How do I display more than one match in a Index/Match formula? Trish Excel Worksheet Functions 0 September 26th 05 10:21 PM
index,match,match on un-sorted data Brisbane Rob Excel Worksheet Functions 3 September 24th 05 10:04 PM


All times are GMT +1. The time now is 12:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"