View Single Post
  #1   Report Post  
Christopher
 
Posts: n/a
Default Count cells with specific values in the cells next to them?

I have two columns similar to below:

Status Days Overrun
Released 0
Released 5
Planning 0
Build 1

I am trying to count up the number of projects (rows) that are released and
have 0 days overrun. I can use COUNTIF to count the number of Days Overrun
cells that equal zero. But what I can't seem to do is to only count the Days
Overrun items that have been Released based on the cell value right next to
it. Does anyone know of a way to do this? It seems similar to a SQL Query
WHERE clause but I'm new to using functions in this way. Thank you so much I
appreciate it!

Christopher