A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Weighted Average



 
 
Thread Tools Display Modes
  #1  
Old November 26th, 2005, 02:06 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default Weighted Average

I want to average a series of grades (ex: C1 through K1), but want to drop
the lowest score in the series. However if 2 or more grades are the same, I
want to drop only ONE of them. Additionally I wish to have that "dropped"
grade highlighted (conditionally formatted) in the list even though it is not
calculated into the average.
  #2  
Old November 26th, 2005, 02:49 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default Weighted Average

Not very sure, but see whether this returns what you're after:

Try in say, L1: =AVERAGE(LARGE(C1:K1,{1;2;3;4;5;6;7;8}))

And for the Conditional Formatting:

Select C1:K1 (with C1 active)
Put as the cond format formula:
=C1=MIN($C1:$K1)
Format to taste OK out

In the event of ties in the minimum value within C1:K1,
the CF will trigger all occurences
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
"MedicEric" wrote in message
...
I want to average a series of grades (ex: C1 through K1), but want to drop
the lowest score in the series. However if 2 or more grades are the same,

I
want to drop only ONE of them. Additionally I wish to have that "dropped"
grade highlighted (conditionally formatted) in the list even though it is

not
calculated into the average.



  #3  
Old November 26th, 2005, 07:29 PM posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: n/a
Default Weighted Average

Another suggestions:
=(SUM(C1:K1)-MIN(C1:K1))/8 complete normally with ENTER
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"MedicEric" wrote in message
...
I want to average a series of grades (ex: C1 through K1), but want to drop
the lowest score in the series. However if 2 or more grades are the same,
I
want to drop only ONE of them. Additionally I wish to have that "dropped"
grade highlighted (conditionally formatted) in the list even though it is
not
calculated into the average.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
calculated field - weighted average HYoder General Discussion 3 May 4th, 2005 06:19 AM
Round down a weighted average Teatro Worksheet Functions 2 October 4th, 2004 07:27 PM
"weighted" average function ? carl Worksheet Functions 1 September 18th, 2004 02:15 PM
Weighted Average for Different Aggragates of Duplicate Entries? Steve Worksheet Functions 3 July 19th, 2004 09:12 PM
Weighted Average Rachel Worksheet Functions 0 February 5th, 2004 08:21 PM


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.