Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
How do I write a formula that counts the number of cells in columns "A" & "B"
that has the letter "C" (in row "A") and "NC" (in row "B")? For example: Column "A" has a series of C's (Customers) and V's (Vendors) and column "B" has P (Paid) or NP (Not Paid). |
#2
![]() |
|||
|
|||
![]()
=sumproduct(--(a1:a5000="C"),--(b1:b5000)="NP")
will give the count of all customers and not paid combination "Irv" wrote in message ... How do I write a formula that counts the number of cells in columns "A" & "B" that has the letter "C" (in row "A") and "NC" (in row "B")? For example: Column "A" has a series of C's (Customers) and V's (Vendors) and column "B" has P (Paid) or NP (Not Paid). |
#3
![]() |
|||
|
|||
![]()
One way
=SUMPRODUCT(--(A2:A200="C"),--(B2:B200="NC")) Regards, Peo Sjoblom "Irv" wrote: How do I write a formula that counts the number of cells in columns "A" & "B" that has the letter "C" (in row "A") and "NC" (in row "B")? For example: Column "A" has a series of C's (Customers) and V's (Vendors) and column "B" has P (Paid) or NP (Not Paid). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formulas not working | Excel Discussion (Misc queries) | |||
How to make Excel run limited number of formulas on a given worksh | Excel Discussion (Misc queries) | |||
Way to make Excel only run certain formulas on a worksheet? | Excel Discussion (Misc queries) | |||
Formulas not working after transfering to new workbook | Excel Worksheet Functions | |||
calculating formulas for all workbooks in a folder | Excel Worksheet Functions |