I have a countifs formula that's basically this:
=countifs(range1,NamedList,range2,NamedList)
What I want to happen is that it'll count anytime anything in both ranges matches one of the items in the Named List.
What's actually happening is that it'll only count when both Range1 and Range2 simultaneously have the exact same list item.
I've included an image example to hopefully give a sense of what I'm trying to do. At the left I have my NamedList and each range. Then at the right I show the results I want on the left, and the results this formula is giving on the right.
I feel like I'm missing something obvious to get this to count the way I want it to, but I just can't figure it out... it feels like the code I'm using should work the way I want it to . I'm hoping to avoid brute forcing it.
=countifs(range1,NamedList,range2,NamedList)
What I want to happen is that it'll count anytime anything in both ranges matches one of the items in the Named List.
What's actually happening is that it'll only count when both Range1 and Range2 simultaneously have the exact same list item.
I've included an image example to hopefully give a sense of what I'm trying to do. At the left I have my NamedList and each range. Then at the right I show the results I want on the left, and the results this formula is giving on the right.
I feel like I'm missing something obvious to get this to count the way I want it to, but I just can't figure it out... it feels like the code I'm using should work the way I want it to . I'm hoping to avoid brute forcing it.