Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 59
Default Counting Poll Results

Hello,

Is there a way to total all answers in one column. For example, looking to
count all the answers that were "Yes" and all the answers that were "No"

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Counting Poll Results

Possibly

=COUNTIF(A1:A20,"YES") & " Yes and " &COUNTIF(A1:A20,"No") & " No responses"

Mike

"nabanco" wrote:

Hello,

Is there a way to total all answers in one column. For example, looking to
count all the answers that were "Yes" and all the answers that were "No"

Thank you

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Counting Poll Results

=COUNTIF(A:A,"Yes")

etc.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"nabanco" wrote in message
...
Hello,

Is there a way to total all answers in one column. For example, looking
to
count all the answers that were "Yes" and all the answers that were "No"

Thank you



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default Counting Poll Results

One way:

=COUNTIF(A:A,"Yes")

=COUNTIF(A:A,"No")

In article ,
nabanco wrote:

Hello,

Is there a way to total all answers in one column. For example, looking to
count all the answers that were "Yes" and all the answers that were "No"

Thank you

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
counting cells in two columns that have the same results Chris Excel Worksheet Functions 8 May 18th 06 09:19 PM
Should I generally request "post a poll" when I post a new thread? Joe Miller Excel Discussion (Misc queries) 2 January 7th 06 04:46 PM
counting results of a list ferde Excel Worksheet Functions 2 October 8th 05 11:13 AM


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