#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 113
Default Percentage Formula

Hi,

I have a spreadsheet where column A is a list of questions, B is yes, C is
no, D is N/A and E is no answer. I had 51 people answering those questions.
for example 11 people out of the 51 answer yes to question 1. I need a
formula that would calculate the percentage, instead of me just typing 11
under column B.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Percentage Formula

=11/51 formatted to percentage?


Gord Dibben MS Excel MVP

On Tue, 13 May 2008 11:11:02 -0700, Jessica
wrote:

Hi,

I have a spreadsheet where column A is a list of questions, B is yes, C is
no, D is N/A and E is no answer. I had 51 people answering those questions.
for example 11 people out of the 51 answer yes to question 1. I need a
formula that would calculate the percentage, instead of me just typing 11
under column B.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Percentage Formula

So how would Excel know that there were 11 Yes answers if you don't
type the figure in?

Put the numbers in columns B to E as you describe, then in F2 you can
enter this formula:

=B2/SUM($B2:$E2)

Format this cell as percentage, and then copy across into G2:i2. Then
copy F2:i2 down to cover your 51 questions. You can then hide columns
B to E if you only want to see the percentage values.

Hope this helps.

Pete

On May 13, 7:11*pm, Jessica wrote:
Hi,

I have a spreadsheet where column A is a list of questions, B is yes, C is
no, D is N/A and E is no answer. I had 51 people answering those questions..
for example 11 people out of the 51 answer yes to question 1. I need a
formula that would calculate the percentage, instead of me just typing 11
under column B.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Percentage Formula

=COUNTA(B1:B100)/COUNTA(A1:A100) and format as percentage.
--
David Biddulph

"Jessica" wrote in message
...
Hi,

I have a spreadsheet where column A is a list of questions, B is yes, C is
no, D is N/A and E is no answer. I had 51 people answering those
questions.
for example 11 people out of the 51 answer yes to question 1. I need a
formula that would calculate the percentage, instead of me just typing 11
under column B.



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
Please help - formula for percentage Foxylady Excel Worksheet Functions 2 March 4th 08 02:23 PM
Percentage Formula Help Steph Excel Worksheet Functions 1 February 24th 08 09:49 PM
I need a percentage Formula Gmata Excel Discussion (Misc queries) 5 February 1st 08 06:35 PM
Formula for percentage [email protected] Excel Discussion (Misc queries) 1 September 20th 07 08:41 AM
Percentage Formula George Excel Worksheet Functions 2 April 9th 05 06:51 PM


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