Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm struggling to get to grips with array formula and don't have much time
left and so I am asking for your help to construct a fomula that will count the cells in Range(A2:A500) that contain String_A whose corresponding cell in Range(N2:N500) contains String_B My grateful thanks in advance for any help |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Prickle, here is one way,
=SUMPRODUCT((A2:A500="String_A")*(N2:N500="String_ B")) -- Paul B Always backup your data before trying something new Please post any response to the newsgroups so others can benefit from it Feedback on answers is always appreciated! Using Excel 2002 & 2003 "Prickle" <prick@somewherecom wrote in message ... I'm struggling to get to grips with array formula and don't have much time left and so I am asking for your help to construct a fomula that will count the cells in Range(A2:A500) that contain String_A whose corresponding cell in Range(N2:N500) contains String_B My grateful thanks in advance for any help |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks - works perfectly
"Prickle" <prick@somewherecom wrote in message ... I'm struggling to get to grips with array formula and don't have much time left and so I am asking for your help to construct a fomula that will count the cells in Range(A2:A500) that contain String_A whose corresponding cell in Range(N2:N500) contains String_B My grateful thanks in advance for any help |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Your Welcome
-- Paul B Always backup your data before trying something new Please post any response to the newsgroups so others can benefit from it Feedback on answers is always appreciated! Using Excel 2002 & 2003 "Prickle" <prick@somewherecom wrote in message ... Thanks - works perfectly "Prickle" <prick@somewherecom wrote in message ... I'm struggling to get to grips with array formula and don't have much time left and so I am asking for your help to construct a fomula that will count the cells in Range(A2:A500) that contain String_A whose corresponding cell in Range(N2:N500) contains String_B My grateful thanks in advance for any help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Countif with multiple criteria in the same column. | Excel Discussion (Misc queries) | |||
countif using multiple criteria | Excel Discussion (Misc queries) | |||
COUNTIF or SUM function (Multiple criteria) HELP!! | Excel Worksheet Functions | |||
countif function with multiple criteria | Excel Discussion (Misc queries) | |||
Countif w/ Multiple Criteria | Excel Worksheet Functions |