This is the formula I am trying to use:
=COUNTIFS(A5,"PQ",C4:C8,"Actual Straight")
It is not working, I am getting a "#VALUE!" error.
If I expand A5 into a range of cells (A4:A8), it sort-of works. I say sort-of because I think it really isn't including the range of cells. If "PQ" is in cell A5 for example, the formula returns a 0. I was hoping it would return a 1. It will only return a 1 if "PQ" is in cell A4 and "Actual Straight" is in cell C4.
My goal:
If cell A5 = "PQ" and any cell in range C4:C8 = "Actual Straight", I want the formula to return a "1".
If the above condition is not met, I want formula to return a blank cell.
=COUNTIFS(A5,"PQ",C4:C8,"Actual Straight")
It is not working, I am getting a "#VALUE!" error.
If I expand A5 into a range of cells (A4:A8), it sort-of works. I say sort-of because I think it really isn't including the range of cells. If "PQ" is in cell A5 for example, the formula returns a 0. I was hoping it would return a 1. It will only return a 1 if "PQ" is in cell A4 and "Actual Straight" is in cell C4.
My goal:
If cell A5 = "PQ" and any cell in range C4:C8 = "Actual Straight", I want the formula to return a "1".
If the above condition is not met, I want formula to return a blank cell.