Yes. I want it to check if "L" is in any of AP3 or AR3 or AT3 or AV3 or AX3 or AZ3 or BB3 or BD3 or BF3 or BH3. "L" could be in any of them, some of them, or all of them. And I'm second guessing whether I'm approaching this the right way, or at least if I'm wording it properly.
This is an issue I asked assistance with before in
https://www.mrexcel.com/forum/excel...ny-10-columns-equals-any-4-other-columns.html . The formula used [ =SUMPRODUCT(COUNTIFS(CSV!U3:CSV!Y3,"<>0",CSV!U3:CSV!Y3,CHOOSE({1,2,3,4,5,6,7,8,9,10},CSV!AQ3,CSV!AS3,CSV!AU3,CSV!AW3,CSV!AY3,CSV!BA3,CSV!BC3,CSV!BE3,CSV!BG3,CSV!BI3)))>0 ] isn't providing the desired result. It's showing false for everything.
I'm wondering if trying to put all of this in one formula is what's causing my issues...or maybe it's an inability to convey what I'm trying to do...