Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I currently have a spreadsheet were Column D is set to Status and Column M is
set to "YES" or "NO." Column D shows me if a Class is OPEN, CLOSED, OR PENDING and Column M shows me if the Class is Required "YES" "NO" I want to count the number of classes that are open and are not required. Which means column D set to "OPEN" and Column M set to "NO" I tried this formula but it is counting all the "NO" in column M: =IF(AND(D2="open",M2="no"),COUNTIF(M2:M146,"no")," ") I need a formula that will count between column D and M based on the information. Any Ideas????? Thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CountIf formula results in the formula itself being displayed. | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
countif formula | Excel Discussion (Misc queries) | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
COUNTIF formula problems | Excel Discussion (Misc queries) |