Google Forms responses create new row in spreadsheet, offsetting my query -
i have template form , template spreadsheet. un-linked default. have script copies them both, sends them new clients folder in drive , links them based on clients name. idea client login website account , make submissions form.
i used *=query('form responses'!b2:h,"select "), inside spreadsheet collect data sheet #1 (responses) sheet #2. had make script auto changes name of sheet #1 stay static. running few problems.
when responses generate push row 2 down , thereby query adjusts b3. either need around somehow setting formula in script, doesn't adjust or need script make auto post/response form "0" value , set formula b3. either way fine me, because doesn't affect calculations if response gets stored in b2 "0", need automatic.
any suggestions?
try changing formula =query('form responses'!$b$2:h,"select ").
the "$" changes make cell in formula absolute instead of relative , should stop changing of cell in formula.
Comments
Post a Comment