Log in
Log into community
Share feedback, ideas and get community help
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated 7 months ago
0
Follow
Google Sheet insert row bellow
Google Sheet insert row bellow
Inactive
0
Follow
@
@data4shiny
7 months ago
Β·
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?
Attachment
1
A
B
@
6 comments
Share
Open in Discord
A
Apploader
7 months 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.
B
Baptiste
7 months ago
This is not possible unfortunately. I suggest that you then sort the spreadsheet?
@
@data4shiny
7 months ago
Thanks @Apploader I will try it.
N
Nidzam
7 months ago
You could use ARRAYFORMULA.
@
@data4shiny
7 months ago
Hi @Nidzam thanks for your time. I will try it!
@
@data4shiny
7 months ago
@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. π
Add a reply
Sign up and join the conversation on Discord
Join on Discord