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 range, which is on the right side of my table below. It looks like "Jenny" is failing because, as I can surmise, the matching value in the named range is not in the same position as the value itself.
How can I use multiple named ranges as the criteria for COUNTIFS() and other similar formulas?
[TABLE="width: 500"]
<tbody>[TR]
[TD]Spencer[/TD]
[TD]Jenny[/TD]
[TD][/TD]
[TD]Spencer[/TD]
[TD]Jake[/TD]
[TD][/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Ross[/TD]
[TD]Evan[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Josh[/TD]
[TD]Jenny[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
How can I use multiple named ranges as the criteria for COUNTIFS() and other similar formulas?
[TABLE="width: 500"]
<tbody>[TR]
[TD]Spencer[/TD]
[TD]Jenny[/TD]
[TD][/TD]
[TD]Spencer[/TD]
[TD]Jake[/TD]
[TD][/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Ross[/TD]
[TD]Evan[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Josh[/TD]
[TD]Jenny[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]