Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default Counting the As and Bs

I need a formula that will add up the number of votes received by each
candidate. Committee members will designate their vote by rating the
candidate with either an A or B, and I want to be able to apply a formula
that will provide the total of As or Bs each candidate has received. Any
assistance that can be provided will be greatly appreciated.

Thanks.
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Counting the As and Bs

Hi,

=SUMPRODUCT((A1:A20="Candidate")*(B1:B20="A"))

In practice it's best to use a cell reference for the name and vote

=SUMPRODUCT((A1:A20=C1)*(B1:B20=B1))

Mike

"Renegade" wrote:

I need a formula that will add up the number of votes received by each
candidate. Committee members will designate their vote by rating the
candidate with either an A or B, and I want to be able to apply a formula
that will provide the total of As or Bs each candidate has received. Any
assistance that can be provided will be greatly appreciated.

Thanks.

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 Connie Martin Excel Worksheet Functions 4 April 16th 09 09:11 PM
counting function but not double counting duplicates JRD Excel Worksheet Functions 2 November 7th 07 06:43 PM
Counting Jason30 Excel Discussion (Misc queries) 1 September 8th 06 08:56 AM
Counting rows, then counting values. Michael via OfficeKB.com Excel Discussion (Misc queries) 7 August 4th 05 10:57 PM
Counting names in a column but counting duplicate names once TBoe Excel Discussion (Misc queries) 9 May 11th 05 11:24 PM


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