Forum Discussion

yushang's avatar
yushang
Brass Contributor
Mar 22, 2023

Why this formula does not work?

Hi guys,

Have look at this formula, it keeps returning #VALUE! error, what's the wrong? Many thanks!

 

=LET(
x,"S"&SEQUENCE(5),
REDUCE(,x,LAMBDA(a,v,
  LET(t,MAKEARRAY(10,1,LAMBDA(r,c,1)),t))))

 

 

Resources