![]() |
|
![]() | ||
|
Subject:
spreadsheet formula
Category: Computers Asked by: average-ga List Price: $15.00 |
Posted:
21 Mar 2006 09:28 PST
Expires: 24 Mar 2006 07:16 PST Question ID: 710076 |
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: spreadsheet formula
From: jack_of_few_trades-ga on 21 Mar 2006 11:35 PST |
=IF(COUNT(A1:A999)=2,(AVERAGE(A1:A999)),AVERAGE((SUM(A1:A999)-LARGE(A1:A999,1))/(COUNT(A1:A999)-1))) Input all the values into the A Column for this to work. |
Subject:
Re: spreadsheet formula
From: jack_of_few_trades-ga on 22 Mar 2006 13:30 PST |
I'm not sure why it gives you the wrong result. When I plgged your 5 entries in, it gave me the answer 89.75. When I type in 1,2,3,4,5 the result is 2.5 When I type in 1,2,3,4,15 the result is still 2.5 The formula I provided definately calculates the average of all but the largest number of the series. |
Subject:
Re: spreadsheet formula
From: jumbo666-ga on 22 Mar 2006 14:04 PST |
=(SUM(A:A)-MAX(A:A))/(COUNT(A:A)-1) put all in the A column it should work like you want .... |
Subject:
Re: spreadsheet formula
From: jack_of_few_trades-ga on 23 Mar 2006 04:41 PST |
Jumbo, I was wondering if there was a way to capture the entire A column. I never knew about (A:A), very useful. Unfortunately your equation doesn't take into consideration what the questioner wants when only 2 numbers are inputted. |
Subject:
Re: spreadsheet formula
From: average-ga on 23 Mar 2006 08:34 PST |
Jack, Please accept my apology for my mistake. I did copy-paste a second time and the formula worked as required. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |