I try to have an output by query - reapeting each rows by formula in google sheets after match the term (term is text from cell - after choose from drop down list)
I'd like to Select a,b,c,f,g,h etc) and reapeting each column 7 times. I have two formulas. Now by Query formula on Output i have each row only one time. And ArrayFormula to repeating - but it works only for 1 column
I'd like to combine 2 formulas below to choose all column and repeat each row 7 times.
=QUERY(MY_DICTIONARY!A5:F100; "SELECT a,b,c,f,g,h, WHERE A='"&F3&"'")
=SORT(TRIM(TRANSPOSE(SPLIT(QUERY(ARRAYFORMULA(
REPT(A8:A50&"♠"; 7)); ;999^99); "♠"))); 1; 0)
I will be extremely happy to any help.
maybe It will possible to combine 2 formulas into 1?
Edit 09:08 I add example file to show my problem.