Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a spreadsheet where column B is a drop down box with two choices - NEW
or EXISTING. I need to count the number of times that the word NEW appears in column B if column J is equal to specific criteria, ex, CLOSED. Please help me with this formula. Thanks. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try something like this:
=SUMPRODUCT((B1:B30="New")*(J1:J30="Closed")) Adjust range references to suit your situation. Is that something you can work with? -------------------------- Regards, Ron Microsoft MVP (Excel) (XL2003, Win XP) "readystate" wrote in message ... I have a spreadsheet where column B is a drop down box with two choices - NEW or EXISTING. I need to count the number of times that the word NEW appears in column B if column J is equal to specific criteria, ex, CLOSED. Please help me with this formula. Thanks. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Worked fine...thanks.
"Ron Coderre" wrote: Try something like this: =SUMPRODUCT((B1:B30="New")*(J1:J30="Closed")) Adjust range references to suit your situation. Is that something you can work with? -------------------------- Regards, Ron Microsoft MVP (Excel) (XL2003, Win XP) "readystate" wrote in message ... I have a spreadsheet where column B is a drop down box with two choices - NEW or EXISTING. I need to count the number of times that the word NEW appears in column B if column J is equal to specific criteria, ex, CLOSED. Please help me with this formula. Thanks. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm glad I could help......Thanks for the feedback.
*********** Regards, Ron XL2003, WinXP "readystate" wrote: Worked fine...thanks. "Ron Coderre" wrote: Try something like this: =SUMPRODUCT((B1:B30="New")*(J1:J30="Closed")) Adjust range references to suit your situation. Is that something you can work with? -------------------------- Regards, Ron Microsoft MVP (Excel) (XL2003, Win XP) "readystate" wrote in message ... I have a spreadsheet where column B is a drop down box with two choices - NEW or EXISTING. I need to count the number of times that the word NEW appears in column B if column J is equal to specific criteria, ex, CLOSED. Please help me with this formula. Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Criteria count | Excel Discussion (Misc queries) | |||
count using criteria | Excel Discussion (Misc queries) | |||
How to count nos. on 3 criteria | Excel Worksheet Functions | |||
Count If 3 Criteria Met | Excel Worksheet Functions | |||
Sum Count of Criteria Every 3rd Row | Excel Worksheet Functions |