Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Mitch
 
Posts: n/a
Default how to add up only certain cells

I am taking a class where we have daily quizzes, but only the thirty best
scores are kept. I'm keeping a running tally of how I do on the quizzes but
I've just hit the 30 quiz mark. Is there a way in excel to search an entire
row of numbers and add up only the 30 greatest values?
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default how to add up only certain cells

Use an array formula like

=SUM(LARGE(J1:J36,ROW(INDIRECT("1:30"))))

which you commit with Ctrl-Shift-Enter. Replace J7:J36 with your range, but
it cannot be full column like J:J

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Mitch" wrote in message
...
I am taking a class where we have daily quizzes, but only the thirty best
scores are kept. I'm keeping a running tally of how I do on the quizzes

but
I've just hit the 30 quiz mark. Is there a way in excel to search an

entire
row of numbers and add up only the 30 greatest values?



  #3   Report Post  
Gary''s Student
 
Posts: n/a
Default how to add up only certain cells

Put the scores in a column
Sort the column descending
Add the top 30
--
Gary''s Student


"Mitch" wrote:

I am taking a class where we have daily quizzes, but only the thirty best
scores are kept. I'm keeping a running tally of how I do on the quizzes but
I've just hit the 30 quiz mark. Is there a way in excel to search an entire
row of numbers and add up only the 30 greatest values?

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 you "select locked cells" w/o "select unlocked cells"? princejohnpaulfin Excel Discussion (Misc queries) 3 July 16th 05 03:53 AM
Deselect Cells while using ctrl Sloth Excel Discussion (Misc queries) 5 July 14th 05 10:58 PM
Counting only active cells Sac73 Excel Discussion (Misc queries) 16 April 4th 05 05:49 AM
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
Convert data type of cells to Text,Number,Date and Time Kevin Excel Worksheet Functions 1 December 31st 04 12:57 PM


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