Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 41
Default Looking up the results from the function "LARGE"

Hello,

I have an array that I'm using LARGE to find the top ten values. I want to
use VLOOKUP, or what ever else suits, on these top ten values to find other
values in the array. This works fine until the top ten that LARGE yields has
2 or more values the same. How would I eliminate a value that has already
been returned/looked up in order to find the next in line?

Thanks for your time?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Looking up the results from the function "LARGE"

sort the data and insert new field that grow in 1 only if the astimated data
grows
use vlookup from 1 to 10 on the new fied

"Kirk" wrote:

Hello,

I have an array that I'm using LARGE to find the top ten values. I want to
use VLOOKUP, or what ever else suits, on these top ten values to find other
values in the array. This works fine until the top ten that LARGE yields has
2 or more values the same. How would I eliminate a value that has already
been returned/looked up in order to find the next in line?

Thanks for your time?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Looking up the results from the function "LARGE"

"Kirk" wrote:
I have an array that I'm using LARGE to find the top ten values. I want to
use VLOOKUP, or what ever else suits, on these top ten values to find other
values in the array. This works fine until the top ten that LARGE yields has
2 or more values the same. How would I eliminate a value that has already
been returned/looked up in order to find the next in line?


One way ..
Try this sample from my archives collection (full details inside):
http://savefile.com/files/5659668
Simple Auto-Sort Example.xls
(Auto-sort table in descending order)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 41
Default Looking up the results from the function "LARGE"

Thanks people, but i'm using large to find to the top ten of 5 different KPIs
which i then plan to graph along with the value i'm looking up. At the
moment I'm sorting which is what i'm trying to avoid because the graphs
change each time i sort.

"Max" wrote:

"Kirk" wrote:
I have an array that I'm using LARGE to find the top ten values. I want to
use VLOOKUP, or what ever else suits, on these top ten values to find other
values in the array. This works fine until the top ten that LARGE yields has
2 or more values the same. How would I eliminate a value that has already
been returned/looked up in order to find the next in line?


One way ..
Try this sample from my archives collection (full details inside):
http://savefile.com/files/5659668
Simple Auto-Sort Example.xls
(Auto-sort table in descending order)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Looking up the results from the function "LARGE"

The sample illustrates using an arb. tiebreaker in the criteria col which
enables a full descending sort of the entire source table to be extracted
elsewhere, inclusive ties / multiple ties, if any occurs. You could then
point to (& graph) or read off the top "10" in the extract. Think you could
also point your downstream VLOOKUP or INDEX/MATCH formulas at another key col
with unique values in the extract, eg KPI#?, KPI description?, etc instead of
the scores/points col used in the descending sort.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Kirk" wrote:
Thanks people, but i'm using large to find to the top ten of 5 different KPIs
which i then plan to graph along with the value i'm looking up. At the
moment I'm sorting which is what i'm trying to avoid because the graphs
change each time i sort.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 41
Default Looking up the results from the function "LARGE"

Ok, Thanks for your help Max

"Max" wrote:

The sample illustrates using an arb. tiebreaker in the criteria col which
enables a full descending sort of the entire source table to be extracted
elsewhere, inclusive ties / multiple ties, if any occurs. You could then
point to (& graph) or read off the top "10" in the extract. Think you could
also point your downstream VLOOKUP or INDEX/MATCH formulas at another key col
with unique values in the extract, eg KPI#?, KPI description?, etc instead of
the scores/points col used in the descending sort.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Kirk" wrote:
Thanks people, but i'm using large to find to the top ten of 5 different KPIs
which i then plan to graph along with the value i'm looking up. At the
moment I'm sorting which is what i'm trying to avoid because the graphs
change each time i sort.

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Looking up the results from the function "LARGE"

"Kirk" wrote:
Ok, Thanks for your help Max


You're welcome, Kirk
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
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
how do i enable negative results in the lcm function? Cyberscryed Excel Worksheet Functions 7 July 24th 06 01:18 PM
Can Function results be calculated? FranksBank New Users to Excel 2 February 21st 06 01:18 PM
Excel's Fourier Analysis should be a function, so that results upd BobM Excel Worksheet Functions 4 January 30th 06 03:06 PM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM
Using function results as parameters in another function Steve Haack Excel Worksheet Functions 1 April 24th 05 11:39 PM


All times are GMT +1. The time now is 05:08 PM.

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"