Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 272
Default multiple math functions in one formula

I am working with students grades and want to weight the tests higher than
other work. If I was doing this manually what I would be doing is averaging a
range of test cells then I multiply the average by 4. Then I add the other
work which is another cell to the previous answer and divide the whole thing
by 5
example B8 is 80%, B9 is 90%, B10 is 95% The sum of these = 265
265 divived by 3 = 88.33% (or average of this range of cells) then I want to
take this 88.33% and multiply by 4 which gives me 353.33% Then I want to add
in the other work which is cell B11 which = 60%
353.33% + 60% = 413.33% then if I divide by 5 I should get 82.67%
How do I put that in a formula?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 79
Default multiple math functions in one formula

Lori wrote:
I am working with students grades and want to weight the tests higher than
other work. If I was doing this manually what I would be doing is averaging a
range of test cells then I multiply the average by 4. Then I add the other
work which is another cell to the previous answer and divide the whole thing
by 5
example B8 is 80%, B9 is 90%, B10 is 95% The sum of these = 265
265 divived by 3 = 88.33% (or average of this range of cells) then I want to
take this 88.33% and multiply by 4 which gives me 353.33% Then I want to add
in the other work which is cell B11 which = 60%
353.33% + 60% = 413.33% then if I divide by 5 I should get 82.67%
How do I put that in a formula?



=((AVERAGE(B8:B10)*4)+B11)/5


edvwvw

--
Message posted via http://www.officekb.com

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
Math functions in Excel Farhad Excel Discussion (Misc queries) 2 February 19th 07 04:16 PM
Help with worksheet and math functions Jeremy Excel Discussion (Misc queries) 5 January 13th 07 10:45 PM
efficiency: database functions vs. math functions vs. array formula nickname Excel Discussion (Misc queries) 2 July 14th 06 04:26 AM
How can I add math functions to a comment? Tom Excel Worksheet Functions 3 March 9th 06 04:35 PM
math symbols functions Fontless New Users to Excel 1 March 6th 05 08:36 PM


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