Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have two columns of data, and I need to find a formula that will count the
number of entries that meet certain criteria in both columns. The kicker is that I need to be able to filter the data. Here is what I used initially but of course it won't work when I filter one of the columns. =SUMPRODUCT(--(I10:I182="ind"),--(O10:O1820)) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=SUMPRODUCT(SUBTOTAL(3,OFFSET(I10:I182,ROW(I10:I18 2)-ROW(I10),0,1)),--(I10:I182="ind"),--(O10:O1820)) -- Biff Microsoft Excel MVP "jwells2001" wrote in message ... I have two columns of data, and I need to find a formula that will count the number of entries that meet certain criteria in both columns. The kicker is that I need to be able to filter the data. Here is what I used initially but of course it won't work when I filter one of the columns. =SUMPRODUCT(--(I10:I182="ind"),--(O10:O1820)) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel auto-filter does not filter certain columns | Excel Discussion (Misc queries) | |||
DataFilterAuto Filter in excel 2007? | New Users to Excel | |||
Excel 2007 Auto Filter Filter | Excel Discussion (Misc queries) | |||
Limit filter options in Auto Filter | Excel Discussion (Misc queries) | |||
Excel auto filter doesn't recoginize case - won't filter AA from A | Excel Discussion (Misc queries) |