=COUNTIFS(B133:B165;">=0";H134:H139;">=0")
gives error 502
but these work:
=COUNTIFS(H134:H139;">=0")
=COUNTIFS(B133:B165;">=0")
I’m sure it is super simple but I just can’t figure it out. The target cells have just nothing or 0 in them. I tried pasting the formula to another sheet and it just fails. Yet this works:
=COUNTIFS(C5:C8;">=0";D5:D8;">=0")
I don’t see anything different at all between the two?!