Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am trying to count the occurrences of "ack" in column D only if column A is Q1 and column D has "ack".
=IF(AND(A4:A232="Q1",D4 : D232="ACK"),COUNTIFS(D4 : D232,"ACK"),"N/A") Right now it is returning just the result of logical true which is 57, but D4 to D32 has only 30 occurrences of ACK, the remaining are different. Thanks in advance Last edited by cvhar87 : June 14th 13 at 05:35 PM |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2010 countifs for date range | Excel Worksheet Functions | |||
Countifs and date comparison | Excel Discussion (Misc queries) | |||
COUNTIFS with a date for criteria... | Excel Worksheet Functions | |||
countifs criteria includes date range | Excel Worksheet Functions | |||
Selecting data in a specific date range using COUNTIFS function | Excel Worksheet Functions |