Hello,
Suppose I have the range in the attached XL2BB, and I FILTER each row for numbers greater than 50. Can use BYROW to get the indicated result in a single spill? If not, is there another way?
=BYROW(B3:G11,LAMBDA(a,FILTER(a,a>50)))
this gives the "nested arrays not supported" error
Thanks for any input!
Suppose I have the range in the attached XL2BB, and I FILTER each row for numbers greater than 50. Can use BYROW to get the indicated result in a single spill? If not, is there another way?
=BYROW(B3:G11,LAMBDA(a,FILTER(a,a>50)))
this gives the "nested arrays not supported" error
Blank power workbook1 | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | |||
1 | ||||||||||||||||
2 | desired output | |||||||||||||||
3 | 17 | 54 | 49 | 69 | 46 | 17 | 54 | 69 | ||||||||
4 | 65 | 98 | 50 | 42 | 52 | 100 | 65 | 98 | 52 | 100 | ||||||
5 | 69 | 44 | 77 | 18 | 49 | 94 | 69 | 77 | 94 | |||||||
6 | 68 | 89 | 22 | 40 | 47 | 26 | 68 | 89 | ||||||||
7 | 44 | 33 | 24 | 27 | 77 | 80 | 77 | 80 | ||||||||
8 | 53 | 14 | 82 | 91 | 53 | 88 | 53 | 82 | 91 | 53 | 88 | |||||
9 | 83 | 16 | 96 | 95 | 97 | 63 | 83 | 96 | 95 | 97 | 63 | |||||
10 | 22 | 83 | 60 | 86 | 30 | 96 | 83 | 60 | 86 | 96 | ||||||
11 | 98 | 33 | 89 | 95 | 51 | 57 | 98 | 89 | 95 | 51 | 57 | |||||
12 | ||||||||||||||||
Sheet3 |
Thanks for any input!