Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In any version of Excel:
=SUMPRODUCT(--(A1:A100=8),--(B1:B100="Yes")) adjust ranges as needed In Excel 2007+ =COUNTIFS(A1:A100,8,B1:B100,"yes") or =COUNTIFS(A:A,8,B:B,"yes") best wishes -- Bernard Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme "Question??" wrote in message ... I am looking for something similar. I have 2 columns that I need to count A B 8 Yes 2 Yes 6 No 4 Yes I need to count the number of Yes's in column B for each number, so lets say I need the number of Yes's for 8. How can I do that? Is it even possible? I tried using countif but I can only get it to use just the one column and I need it to filter both. Thanks for your help! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with copying dynamic column selected based on remote cell value and dynamic formula fill | Charts and Charting in Excel | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Possible Lookup Table | Excel Worksheet Functions | |||
up to 7 functions? | Excel Worksheet Functions |