Good Morning,
I am trying to figure out a way to OR isnumber match inside my MMULT formula. I can get the formula to work if I use the same line twice but I am trying toi condense the formula to a more compact one could anyone please help me condense this?
=SUMPRODUCT(--(MMULT(--ISNUMBER(MATCH(A1:D16,{2,5,7},0)),{1;1;1;1})=3))+SUMPRODUCT(--(MMULT(--ISNUMBER(MATCH(A1:D16,{1,4,7},0)),{1;1;1;1})=3))
This is the idea that I am looking for
=SUMPRODUCT(--(MMULT(--ISNUMBER(MATCH(A1:D16,{2,5,7}*(--ISNUMBER(MATCH(A1:D16{1,4,7},0)),{1;1;1;1})=3))
Thanks in advance!
I am trying to figure out a way to OR isnumber match inside my MMULT formula. I can get the formula to work if I use the same line twice but I am trying toi condense the formula to a more compact one could anyone please help me condense this?
=SUMPRODUCT(--(MMULT(--ISNUMBER(MATCH(A1:D16,{2,5,7},0)),{1;1;1;1})=3))+SUMPRODUCT(--(MMULT(--ISNUMBER(MATCH(A1:D16,{1,4,7},0)),{1;1;1;1})=3))
This is the idea that I am looking for
=SUMPRODUCT(--(MMULT(--ISNUMBER(MATCH(A1:D16,{2,5,7}*(--ISNUMBER(MATCH(A1:D16{1,4,7},0)),{1;1;1;1})=3))
Thanks in advance!
Book1 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | 1 | 4 | 5 | 7 | ||
2 | 2 | 3 | 4 | 4 | ||
3 | 1 | 2 | 8 | 4 | ||
4 | 1 | 2 | 8 | 54 | ||
5 | 2 | 1 | 8 | 3 | ||
6 | 2 | 3 | 7 | 5 | ||
7 | 1 | 54 | 7 | 4 | ||
8 | 35 | 4 | 6 | 5 | ||
9 | 6 | 7 | 6 | 5 | ||
10 | 6 | 8 | 4 | 3 | ||
11 | 35 | 35 | 5 | 5 | ||
12 | 24 | 35 | 4 | 5 | ||
13 | 24 | 35 | 5 | 3 | ||
14 | 1 | 2 | 5 | 7 | ||
15 | 2 | 1 | 5 | 4 | ||
16 | 1 | 2 | 5 | 7 | ||
Sheet1 |