Hi All, I am trying to get the total count of cells using countifs. Here is what I am using for getting most of what I need, but I have criteria from another column that needs to be met. Here I am counting how many cells in column C have a value between 30 & 90
My other criteria needs to be IF the cell in column A contains "NEW" or "OPEN", then give me the count of everything between 30&90.
Code:
=COUNTIFS(C6:C2600,"<=90",C6:C2600,">=30")
My other criteria needs to be IF the cell in column A contains "NEW" or "OPEN", then give me the count of everything between 30&90.