paul_willie78
New Member
- Joined
- Mar 23, 2004
- Messages
- 31
Hi folks
I have a working set of If functions in an array formula. I was wondering if anyone had a neater way of doing this.
{=IF(IF(OR(K3="A",K3="B",K3="C",K3="A*"),1,0)+IF(OR(L3="A",L3="B",L3="C",L3="A*"),1,0)+IF(OR(M3="A",M3="B",M3="C",M3="A*"),1,0)+IF(OR(O3="A",O3="B",O3="C",O3="A*"),1,0)+IF(OR(U3="A",U3="B",U3="C",U3="A*"),1,0)+IF(OR(W3="A",W3="B",W3="C",W3="A*"),1,0)>=5,TRUE,FALSE)}
if a cell is a A,B,C or A* then then set a value of 1
in this instance i'm only looking at 6 non adjacent cells
if they equate to 5 or more i would ilke a true else false.
Thanks in advance
Paul
I have a working set of If functions in an array formula. I was wondering if anyone had a neater way of doing this.
{=IF(IF(OR(K3="A",K3="B",K3="C",K3="A*"),1,0)+IF(OR(L3="A",L3="B",L3="C",L3="A*"),1,0)+IF(OR(M3="A",M3="B",M3="C",M3="A*"),1,0)+IF(OR(O3="A",O3="B",O3="C",O3="A*"),1,0)+IF(OR(U3="A",U3="B",U3="C",U3="A*"),1,0)+IF(OR(W3="A",W3="B",W3="C",W3="A*"),1,0)>=5,TRUE,FALSE)}
if a cell is a A,B,C or A* then then set a value of 1
in this instance i'm only looking at 6 non adjacent cells
if they equate to 5 or more i would ilke a true else false.
Thanks in advance
Paul