Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How can I find percentages of a number

I have a project that needs to be completed today. I have 21 surveys and I
need to find the average percentage?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default How can I find percentages of a number

Do you simply mean an average of cells which are already %s?

=AVERAGE(A1:A10)

A1:A10 contains % values

"Finding percentages" wrote:

I have a project that needs to be completed today. I have 21 surveys and I
need to find the average percentage?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 524
Default How can I find percentages of a number

Mon, 30 Jul 2007 11:26:03 -0700 from Toppers
:

"Finding percentages" wrote:
I have a project that needs to be completed today. I have 21 surveys and I
need to find the average percentage?


Do you simply mean an average of cells which are already %s?

=AVERAGE(A1:A10)

A1:A10 contains % values


That may or may not be a good procedure. It depends on the bases of
the percents.

For instance, if you have 10/100 = 10% and 2/10 = 20%, the average is
not 15%. Instead, you must compute (10+2)/(100+10) which is 10.91%.

--
"The Internet is famously powered by the twin engines of
bitterness and contempt." -- Nathan Rabin, /The Onion/
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 524
Default How can I find percentages of a number

Tue, 31 Jul 2007 09:13:50 -0700 from :
On Jul 30, 8:20 pm, Stan Brown wrote:
Mon, 30 Jul 2007 11:26:03 -0700 from Toppers
:

"Finding percentages" wrote:
I have a project that needs to be completed today. I have 21
surveys and I need to find the average percentage?
Do you simply mean an average of cells which are already %s?


=AVERAGE(A1:A10)


A1:A10 contains % values


That may or may not be a good procedure. It depends on the bases of
the percents.

For instance, if you have 10/100 = 10% and 2/10 = 20%, the average is
not 15%. Instead, you must compute (10+2)/(100+10) which is 10.91%.


I understand your concept for two bases of percentages. How would you
adapt it to 10/100 = 10% and 2/10 = 20% and 9/18 = 50% and 7/15 =
0.466666666666667% ?


sum(numerators) / sum(denominators), format as %

--
"The Internet is famously powered by the twin engines of
bitterness and contempt." -- Nathan Rabin, /The Onion/
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.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
Calculating percentages based on the number of checked boxes in a column [email protected] Excel Worksheet Functions 7 June 6th 07 01:08 PM
Calculating percentages based on the number of checked boxes in a column [email protected] Excel Discussion (Misc queries) 1 June 6th 07 12:02 PM
Pivot Table Question: Show percentages and standard number format TimT Excel Discussion (Misc queries) 0 October 26th 06 03:14 PM
Programmatically find out if Chart displays Percentages Grant Charts and Charting in Excel 1 August 22nd 06 03:10 AM
How do I Calculate Percentages for each number in a column? Dena B Excel Discussion (Misc queries) 5 August 10th 05 08:46 PM


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