Hi,
can anyone explain how the formula work
=REDUCE("",{1,2,3,4},LAMBDA(a,b,VSTACK("",a&" "&b)))
I am getting result
4
3 4
2 3 4
1 2 3 4
if b is each value in the array, then the result should be
1
1 2
1 2 3
1 2 3 4
can anyone explain how the formula work
=REDUCE("",{1,2,3,4},LAMBDA(a,b,VSTACK("",a&" "&b)))
I am getting result
4
3 4
2 3 4
1 2 3 4
if b is each value in the array, then the result should be
1
1 2
1 2 3
1 2 3 4