The formula works when I type manually, but when I try to get the references of the tabs inside the cells it doesn't work, can someone help me?
I tried to put it like this, but it didn't work.
The formula works when I type manually, but when I try to get the references of the tabs inside the cells it doesn't work, can someone help me?
I tried to put it like this, but it didn't work.
try:
=QUERY({REDUCE({"","","","","","","","",""},
FILTER(L5:L, L5:L<>""), LAMBDA(a, b,
{a; IFERROR(INDIRECT(b&"!G1:O"), {"","","","","","","","",""})}))},
"where not Col8 is null", )
where L5:L is your:
see: https://stackoverflow.com/a/74483215/5632629
=QUERY({REDUCE({""\""\""\""\""\""\""\""\""};
FILTER(SHEETSNAME(); REGEXMATCH(SHEETSNAME(); "sin")); LAMBDA(a; b;
{a; IFERROR(INDIRECT(b&"!G1:O"); {""\""\""\""\""\""\""\""\""})}))};
"where not Col8 is null"; )