T
Typebot•11mo ago
@data4shiny

Google Sheet insert row bellow

This is my google sheet: I have a formula pre filled on this sheet When typebot save the answers/result starts saving on the row bellow How can I make typebot save the results starting by the first row and so on?
No description
5 Replies
Apploader
Apploader•11mo ago
Does the formula need to be in the cell of the sheet? You could use Set Variable for the formula and insert the variable in the cell.
Baptiste
Baptiste•11mo ago
This is not possible unfortunately. I suggest that you then sort the spreadsheet?
@data4shiny
@data4shinyOP•11mo ago
Thanks @Apploader I will try it.
Nidzam
Nidzam•11mo ago
You could use ARRAYFORMULA.
@data4shiny
@data4shinyOP•11mo ago
Hi @Nidzam thanks for your time. I will try it! @Nidzam It worked! This is the final formula: ARRAYFORMULA(IF(COUNTA(A2:AH2)=0; ""; IF(COUNTIF($AG$2:$AG$1009; AE2) > 0; TRUE; FALSE))) Thanks for your help. 😊

Did you find this page helpful?