Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 216
Default Help with Formulas

Hi,

Have several columns, cell values will contain a letter - A, B, C or D
Trying to create a summary of results, what is the percentage for each value
i.e - total count values in the column - got that as counta(a1:a390)
but now want to summarize the cell values
A = 57%
B = 13%
C= 10%
D= 10%

Tried the Tool Analysis pak, but not familiar with it, tried a couple of the
analysis types - guess range can only contain numbers. But still reading
the help on that tool, to see if any of those will work....do any of those
functions work with letters for the cell values.
thanks

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Help with Formulas

You don't need the ATP - this will give you the %age of A in column A:

=COUNTIF(A$1:A$390,"A")/COUNTA(A$1:A$390)

which you can copy down and just change the "A" to "B" etc. Better
still, put A, B, C etc in cells G1, G2, G3, and then put this formula
in H1:

=COUNTIF(A$1:A$390,G1)/COUNTA(A$1:A$390)

format as %age, then copy the formula down. Copy across to get results
for adjacent columns.

Hope this helps.

Pete

On Jul 2, 11:36*pm, Nadine wrote:
Hi,

Have several columns, cell values will contain a letter - *A, B, C or D
Trying to create a summary of results, what is the percentage for each value
i.e - total count values in the column - got that as counta(a1:a390)
but now want to summarize the cell values
A = 57%
B = 13%
C= 10%
D= 10%

Tried the Tool Analysis pak, but not familiar with it, tried a couple of the
analysis types - *guess range can only contain numbers. *But still reading
the help on that tool, to see if any of those will work....do any of those
functions work with letters for the cell values. *
thanks


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 216
Default Help with Formulas

Thanks, thats what I was trying, but I had it backwards and too many brackets
so wasnt' working for me... DUH!!!

"Pete_UK" wrote:

You don't need the ATP - this will give you the %age of A in column A:

=COUNTIF(A$1:A$390,"A")/COUNTA(A$1:A$390)

which you can copy down and just change the "A" to "B" etc. Better
still, put A, B, C etc in cells G1, G2, G3, and then put this formula
in H1:

=COUNTIF(A$1:A$390,G1)/COUNTA(A$1:A$390)

format as %age, then copy the formula down. Copy across to get results
for adjacent columns.

Hope this helps.

Pete

On Jul 2, 11:36 pm, Nadine wrote:
Hi,

Have several columns, cell values will contain a letter - A, B, C or D
Trying to create a summary of results, what is the percentage for each value
i.e - total count values in the column - got that as counta(a1:a390)
but now want to summarize the cell values
A = 57%
B = 13%
C= 10%
D= 10%

Tried the Tool Analysis pak, but not familiar with it, tried a couple of the
analysis types - guess range can only contain numbers. But still reading
the help on that tool, to see if any of those will work....do any of those
functions work with letters for the cell values.
thanks



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Help with Formulas

Glad to be of help - thanks for feeding back.

Pete

On Jul 3, 12:58*am, Nadine wrote:
Thanks, thats what I was trying, but I had it backwards and too many brackets
*so wasnt' working for me... DUH!!!

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
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
lookup formulas dependent upon lookup formulas Skibee Excel Worksheet Functions 1 July 20th 07 02:20 AM
automatically copy formulas down columns or copy formulas all the HowlingBlue Excel Worksheet Functions 1 March 16th 07 11:11 PM
Formulas not evaluated, Formulas treated as strings Bob Sullentrup Excel Discussion (Misc queries) 0 November 27th 06 08:01 PM
formulas for changing formulas? creativeops Excel Discussion (Misc queries) 4 January 26th 06 03:07 AM


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