Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
How do I get a summary of a table of data according to two criteria? I want to check instances of "A" in one column and then where "A" is found, check that "B' occurs in the same row, but a different column. I'm not counting numeric values here, just the instances where A and B occur in the same row on the table. Hope I've explained myself? Matt |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(N(A1:A100="A"),N(B1:B100="B"))
or if using Excel 2007: =COUNTIFS(A1:A00,"A",B1:B100,"B") "MJKelly" wrote in message ... Hi, How do I get a summary of a table of data according to two criteria? I want to check instances of "A" in one column and then where "A" is found, check that "B' occurs in the same row, but a different column. I'm not counting numeric values here, just the instances where A and B occur in the same row on the table. Hope I've explained myself? Matt |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On May 15, 9:31*pm, "Bob Umlas" wrote:
=SUMPRODUCT(N(A1:A100="A"),N(B1:B100="B")) or if using Excel 2007: =COUNTIFS(A1:A00,"A",B1:B100,"B") "MJKelly" wrote in message ... Hi, How do I get a summary of a table of data according to two criteria? I want to check instances of "A" in one column and then where "A" is found, check that "B' occurs in the same row, but a different column. I'm not counting numeric values here, just the instances where A and B occur in the same row on the table. Hope I've explained myself? Matt Works a treat, thanks loads, Matt |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count based on two different criteria | Excel Worksheet Functions | |||
COUNT based on 2 criteria | Excel Worksheet Functions | |||
Count based on criteria | Excel Discussion (Misc queries) | |||
Count distinct based on criteria | Excel Worksheet Functions | |||
Count or Sum based on more than 1 criteria | Excel Worksheet Functions |