Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 44
Default Question using LARGE=

Let's say I have 10 worksheets which have the results of 10 games (or
competitions). On a summary sheet, I want to find the 5 largest scores from
the competitions. LARGE assumes that the array I want to search is contiguous
(all on the same sheet). Is there a way to tell it to look at each of the 10
sheets and find the 5 largest scores? Perhaps its just a syntax thing and I'm
just not sure who to indicate what I need.

Thanks,
Steve
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Question using LARGE=

You can run LARGE over several sheets:

=LARGE(Sheet1:Sheet3!A1:C1,1)

will look at A1 thru C1 on sheets 1,2,3 and return the largest value
--
Gary''s Student - gsnu200826


"Steve Haack" wrote:

Let's say I have 10 worksheets which have the results of 10 games (or
competitions). On a summary sheet, I want to find the 5 largest scores from
the competitions. LARGE assumes that the array I want to search is contiguous
(all on the same sheet). Is there a way to tell it to look at each of the 10
sheets and find the 5 largest scores? Perhaps its just a syntax thing and I'm
just not sure who to indicate what I need.

Thanks,
Steve

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Question using LARGE=

This works:

With the number being in cell A1 on each sheet.

=LARGE(Sheet1:Sheet10!A$1,ROWS(A$1:A1))

Copy down for a total of 5 cells.

--
Biff
Microsoft Excel MVP


"Steve Haack" wrote in message
...
Let's say I have 10 worksheets which have the results of 10 games (or
competitions). On a summary sheet, I want to find the 5 largest scores
from
the competitions. LARGE assumes that the array I want to search is
contiguous
(all on the same sheet). Is there a way to tell it to look at each of the
10
sheets and find the 5 largest scores? Perhaps its just a syntax thing and
I'm
just not sure who to indicate what I need.

Thanks,
Steve



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 44
Default Question using LARGE=

Thanks for the quicl response. Let me complicate things a bit more. Each of
the sheets that has compitition results has a different list of competitors
(it varies from time to time). On each sheet, I have defined a table with
each competitor and several data points.

I want to be able look at each table and extract the 5 BEST points scores
for each competitor.

I know how to lookup Player1's scores by using INDEX and MATCH, and I can do
that to get the data from each of the tables, but what is the best way to
then determine the 5 highest scores? I am trying to use tables, rather than
absolute cell references, due to the fact that they might move around or
change.

"T. Valko" wrote:

This works:

With the number being in cell A1 on each sheet.

=LARGE(Sheet1:Sheet10!A$1,ROWS(A$1:A1))

Copy down for a total of 5 cells.

--
Biff
Microsoft Excel MVP


"Steve Haack" wrote in message
...
Let's say I have 10 worksheets which have the results of 10 games (or
competitions). On a summary sheet, I want to find the 5 largest scores
from
the competitions. LARGE assumes that the array I want to search is
contiguous
(all on the same sheet). Is there a way to tell it to look at each of the
10
sheets and find the 5 largest scores? Perhaps its just a syntax thing and
I'm
just not sure who to indicate what I need.

Thanks,
Steve




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Question using LARGE=

I'm not sure what you're asking.

If you want to extract the 5 highest scores for each player from 10
different sheets I don't know how to do that. I would put all the data on
one sheet then we can figure it out.

--
Biff
Microsoft Excel MVP


"Steve Haack" wrote in message
...
Thanks for the quicl response. Let me complicate things a bit more. Each
of
the sheets that has compitition results has a different list of
competitors
(it varies from time to time). On each sheet, I have defined a table with
each competitor and several data points.

I want to be able look at each table and extract the 5 BEST points scores
for each competitor.

I know how to lookup Player1's scores by using INDEX and MATCH, and I can
do
that to get the data from each of the tables, but what is the best way to
then determine the 5 highest scores? I am trying to use tables, rather
than
absolute cell references, due to the fact that they might move around or
change.

"T. Valko" wrote:

This works:

With the number being in cell A1 on each sheet.

=LARGE(Sheet1:Sheet10!A$1,ROWS(A$1:A1))

Copy down for a total of 5 cells.

--
Biff
Microsoft Excel MVP


"Steve Haack" wrote in message
...
Let's say I have 10 worksheets which have the results of 10 games (or
competitions). On a summary sheet, I want to find the 5 largest scores
from
the competitions. LARGE assumes that the array I want to search is
contiguous
(all on the same sheet). Is there a way to tell it to look at each of
the
10
sheets and find the 5 largest scores? Perhaps its just a syntax thing
and
I'm
just not sure who to indicate what I need.

Thanks,
Steve








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
Large Number Question Mangler Excel Worksheet Functions 3 December 18th 08 02:01 PM
LARGE Fesk Excel Worksheet Functions 4 November 8th 08 12:39 AM
=LARGE problems Adam Excel Discussion (Misc queries) 2 April 3rd 08 06:39 PM
LARGE 1, LARGE 2, LARGE 3, LARGE 4 jeel Excel Worksheet Functions 2 January 30th 08 06:05 AM
large formula question - Max nested functions PCLIVE Excel Worksheet Functions 3 October 17th 05 04:20 PM


All times are GMT +1. The time now is 07:37 PM.

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

About Us

"It's about Microsoft Excel"