Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default Finding averages

I have a range of cells containing operatonal counts

Something similar to
http://spreadsheets.google.com/ccc?k...RycNcWUQ&hl=en

I would like to find the percentage of each count based on the sum of
the entire range.

And then copy the range to another sheet with the percentages showing
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default Finding averages

Hi,

Copy your table then in another location
Edit|Paste Special values
Copy the sum (52). Select all the cells in the table then
Edit|Paste special
Select divide and click OK
While the cells are still selected format as a percentage.

I don't get the same answers as you, my table ends up looking like this
0 1 3 5 7 9
A 0.00% 1.92% 1.92% 3.85% 5.77% 1.92%
T 0.00% 0.00% 3.85% 3.85% 1.92% 0.00%
E 3.85% 3.85% 3.85% 5.77% 5.77% 7.69%

I only pasted half the table to prevent linewrap.

Mike

"wutzke" wrote:

I have a range of cells containing operatonal counts

Something similar to
http://spreadsheets.google.com/ccc?k...RycNcWUQ&hl=en

I would like to find the percentage of each count based on the sum of
the entire range.

And then copy the range to another sheet with the percentages showing

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default Finding averages

pretty slick
actually I'd like to create a UDF that returned the percentage value
on a new sheet.
and then move down to the next group, do the same until there wasn'y
any groups left on the first sheet.

so cell on a second sheet would contain =FindPert()



Function FindPert()
'Select Next Range from Sheet1
'Find Total Counts excluding header row and column and store in
variable
'Return Rounded Result
End Function


(new google spreadsheet as example)
http://spreadsheets.google.com/ccc?k...UVjzxF_n7_0Wdw
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
Averages sailor Excel Discussion (Misc queries) 3 September 8th 09 05:13 PM
Averages Steve Moss Excel Discussion (Misc queries) 2 December 9th 08 09:59 AM
Averages Marvin Excel Discussion (Misc queries) 5 July 4th 08 09:34 AM
averages ashw1984 Excel Discussion (Misc queries) 1 January 23rd 06 09:24 AM
averages david Excel Programming 4 August 5th 03 11:50 PM


All times are GMT +1. The time now is 05:00 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"