Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() Hi, I've got a table that takes the following form: A B ____ 1 x 1 x 1 (blank) 1 x 1 (blank) 2 x 2 x 2 x 2 (blank) Is there a way to use COUNTIF() to count for example the number x's in col B where column A is 1 ? -- ob3ron02 ------------------------------------------------------------------------ ob3ron02's Profile: http://www.excelforum.com/member.php...o&userid=15450 View this thread: http://www.excelforum.com/showthread...hreadid=277099 |
#2
![]() |
|||
|
|||
![]()
Hi,
Try: =SUMPRODUCT((A1:A9=1)*(B1:B9="x")) "ob3ron02" wrote: Hi, I've got a table that takes the following form: A B ____ 1 x 1 x 1 (blank) 1 x 1 (blank) 2 x 2 x 2 x 2 (blank) Is there a way to use COUNTIF() to count for example the number x's in col B where column A is 1 ? -- ob3ron02 ------------------------------------------------------------------------ ob3ron02's Profile: http://www.excelforum.com/member.php...o&userid=15450 View this thread: http://www.excelforum.com/showthread...hreadid=277099 |
#3
![]() |
|||
|
|||
![]()
Hi
=SUMPRODUCT(--(A1:A100=1),--(B1:B100="x")) Also see: http://www.xldynamic.com/source/xld.SUMPRODUCT.html -- Regards Frank Kabel Frankfurt, Germany "ob3ron02" schrieb im Newsbeitrag ... Hi, I've got a table that takes the following form: A B ____ 1 x 1 x 1 (blank) 1 x 1 (blank) 2 x 2 x 2 x 2 (blank) Is there a way to use COUNTIF() to count for example the number x's in col B where column A is 1 ? -- ob3ron02 --------------------------------------------------------------------- --- ob3ron02's Profile: http://www.excelforum.com/member.php...o&userid=15450 View this thread: http://www.excelforum.com/showthread...hreadid=277099 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert rows based on specific value | Excel Worksheet Functions | |||
HELP! How do you--> Lock a set of rows but also link worksheets to | Excel Discussion (Misc queries) | |||
Unable to select rows in the repeat rows on top option | Excel Discussion (Misc queries) | |||
Adding Rows to Master Sheet | New Users to Excel | |||
Copying Rows when hiding other rows | Excel Worksheet Functions |