Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I want to be able to check those identified as Male in Column A who voted YES
in Column G. COUNTIF appears to work to check count of males or who voted YES but I can't seem to figure out how to find out how many MALES voted YES. I'm new to this, so I'm confident this is something easy that I just haven't found yet. Your help is appreciated. |
#2
![]() |
|||
|
|||
![]()
Enter the gender you're looking up in B1 (Male, Female),
And the answer (Yes, No) in H1, And try this formula: =SUMPRODUCT((A2:A100=B1)*(G2:G100=H1)) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "DTomSimpson" wrote in message ... I want to be able to check those identified as Male in Column A who voted YES in Column G. COUNTIF appears to work to check count of males or who voted YES but I can't seem to figure out how to find out how many MALES voted YES. I'm new to this, so I'm confident this is something easy that I just haven't found yet. Your help is appreciated. |
#3
![]() |
|||
|
|||
![]()
Hi!
Try this: =SUMPRODUCT(--(A1:A100="Male"),--(G1:G100="Yes")) Or, use cells to hold the criteria: H1 = Male I1 = Yes =SUMPRODUCT(--(A1:A100=H1),--(G1:G100=I1)) Biff -----Original Message----- I want to be able to check those identified as Male in Column A who voted YES in Column G. COUNTIF appears to work to check count of males or who voted YES but I can't seem to figure out how to find out how many MALES voted YES. I'm new to this, so I'm confident this is something easy that I just haven't found yet. Your help is appreciated. . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to compare multiple rows values based on another column? | Excel Worksheet Functions | |||
Multiple X-Axis Values | Charts and Charting in Excel | |||
Convert multiple columns to rows | Excel Worksheet Functions | |||
COUNTIF With Multiple Dates, Columns and Text | Excel Worksheet Functions | |||
Need to sum values of columns 1 - 13 and 4 - 15 | Excel Worksheet Functions |