I imagine it's just how the array is handled. I need a count if the name in A is in the first named range and the name in B is in the second named range. My ranges are just called "first" and "second." I tried =COUNTIFS(A1,first,B1,second) but it returns 0. I tested just on each criterion and...