Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Adding selected numbe in a column

I am using Excel to get results of a competition where there are 100 results
of which the top 50 count for each player.
Need the Total of the column to only add the best 50 scores.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 459
Default Adding selected numbe in a column

Les Golf wrote:
I am using Excel to get results of a competition where there are 100
results of which the top 50 count for each player.
Need the Total of the column to only add the best 50 scores.



Hi Les,

try with this formula:

=SUM(LARGE($A$1:$A$100,ROW($A$1:$A$50)))

array-entered, i.e. you have to press CTRL + SHIFT + ENTER instead of just
ENTER.

Where the results I assume are in $A$1:$A$100, but you can change this
range.

--
Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 427
Default Adding selected numbe in a column

Franz, works, but if I add a row at the top of the data (for a heading)
The formula changes to have 2:51 for the rows !

Might be clearer to have ROW($1:$50), to indicate that its just a
shorthand for the numbers 1 to 50

but it still changes when I add a row
irratating :)

Steve


On Wed, 30 Aug 2006 01:56:18 +0100, Franz Verga wrote:

Les Golf wrote:
I am using Excel to get results of a competition where there are 100
results of which the top 50 count for each player.
Need the Total of the column to only add the best 50 scores.



Hi Les,

try with this formula:

=SUM(LARGE($A$1:$A$100,ROW($A$1:$A$50)))

array-entered, i.e. you have to press CTRL + SHIFT + ENTER instead of
just
ENTER.

Where the results I assume are in $A$1:$A$100, but you can change this
range.

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 35,218
Default Adding selected numbe in a column

=SUM(LARGE($A$1:$A$100,ROW(indirect("1:50"))))

SteveW wrote:

Franz, works, but if I add a row at the top of the data (for a heading)
The formula changes to have 2:51 for the rows !

Might be clearer to have ROW($1:$50), to indicate that its just a
shorthand for the numbers 1 to 50

but it still changes when I add a row
irratating :)

Steve

On Wed, 30 Aug 2006 01:56:18 +0100, Franz Verga wrote:

Les Golf wrote:
I am using Excel to get results of a competition where there are 100
results of which the top 50 count for each player.
Need the Total of the column to only add the best 50 scores.



Hi Les,

try with this formula:

=SUM(LARGE($A$1:$A$100,ROW($A$1:$A$50)))

array-entered, i.e. you have to press CTRL + SHIFT + ENTER instead of
just
ENTER.

Where the results I assume are in $A$1:$A$100, but you can change this
range.


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 427
Default Adding selected numbe in a column

Neat.
And Ta

Steve


On Wed, 30 Aug 2006 04:13:17 +0100, Dave Peterson
wrote:

=SUM(LARGE($A$1:$A$100,ROW(indirect("1:50"))))

SteveW wrote:

Franz, works, but if I add a row at the top of the data (for a heading)
The formula changes to have 2:51 for the rows !

Might be clearer to have ROW($1:$50), to indicate that its just a
shorthand for the numbers 1 to 50

but it still changes when I add a row
irratating :)

Steve

On Wed, 30 Aug 2006 01:56:18 +0100, Franz Verga
wrote:

Les Golf wrote:
I am using Excel to get results of a competition where there are 100
results of which the top 50 count for each player.
Need the Total of the column to only add the best 50 scores.


Hi Les,

try with this formula:

=SUM(LARGE($A$1:$A$100,ROW($A$1:$A$50)))

array-entered, i.e. you have to press CTRL + SHIFT + ENTER instead of
just
ENTER.

Where the results I assume are in $A$1:$A$100, but you can change this
range.




  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Adding selected numbe in a column

Franz,

Thanks worked perfectly....I can now produce the results easily

Tks again
Les

"Franz Verga" wrote:

Les Golf wrote:
I am using Excel to get results of a competition where there are 100
results of which the top 50 count for each player.
Need the Total of the column to only add the best 50 scores.



Hi Les,

try with this formula:

=SUM(LARGE($A$1:$A$100,ROW($A$1:$A$50)))

array-entered, i.e. you have to press CTRL + SHIFT + ENTER instead of just
ENTER.

Where the results I assume are in $A$1:$A$100, but you can change this
range.

--
Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy



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
Automating adding up a column Nicki King Excel Worksheet Functions 2 January 25th 06 03:32 PM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
Positioning Numeric Values Resulting from 6 Column Array Formula Sam via OfficeKB.com Excel Worksheet Functions 2 January 5th 06 02:03 AM
getting value 1 column to right of cell selected in pulldown Gary D. Excel Worksheet Functions 2 December 19th 05 12:59 AM
IF/AND/OR/DATEIF Issue...sorry...long post... EDSTAFF Excel Worksheet Functions 1 November 10th 05 12:28 AM


All times are GMT +1. The time now is 07: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"