I have a cell with the following information
Cell A Cell B
Pass
Skip
NA
Fail
Fail OK
Pass
I would like the formula to only count cell b if Cell A is equal to Skip, NA, Fail with empty Cell B. with the example provided I should get the formula cell to be 3. I came up with the following and now is stuck
=SUMPRODUCT((B9:B18="Pass")*(C9:C18=""))
thanks,
Lostboyca
Cell A Cell B
Pass
Skip
NA
Fail
Fail OK
Pass
I would like the formula to only count cell b if Cell A is equal to Skip, NA, Fail with empty Cell B. with the example provided I should get the formula cell to be 3. I came up with the following and now is stuck
=SUMPRODUCT((B9:B18="Pass")*(C9:C18=""))
thanks,
Lostboyca