Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have agents initials in "Column D - AGT" and "Yes or No" in columns W/X.
Name Date Room AGT Yes No Gaston 1/9 435 ERB Yes Garcia 1/8 333 DW No How do I calculate how many Yes votes and how many no for JUST AGT ERB??? Thanks! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=sumproduct(--(d$1:d$1000="ERB"),--(w$1:w$1000="Yes")) will count each Yes
associated with ERB. Change the conditions / columns as needed. "TiaB" wrote: I have agents initials in "Column D - AGT" and "Yes or No" in columns W/X. Name Date Room AGT Yes No Gaston 1/9 435 ERB Yes Garcia 1/8 333 DW No How do I calculate how many Yes votes and how many no for JUST AGT ERB??? Thanks! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank YOU!!!!! That works wonderfully!
:) "bpeltzer" wrote: =sumproduct(--(d$1:d$1000="ERB"),--(w$1:w$1000="Yes")) will count each Yes associated with ERB. Change the conditions / columns as needed. "TiaB" wrote: I have agents initials in "Column D - AGT" and "Yes or No" in columns W/X. Name Date Room AGT Yes No Gaston 1/9 435 ERB Yes Garcia 1/8 333 DW No How do I calculate how many Yes votes and how many no for JUST AGT ERB??? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formulas not recognizing new data | Excel Discussion (Misc queries) | |||
complex conditional formulas in excel using "IF" | Excel Worksheet Functions | |||
Complex If Then formulas | Excel Worksheet Functions | |||
Problem with named formula's | Excel Worksheet Functions | |||
Complex Conditional formulas | Excel Worksheet Functions |