R
R
Romka70702021-05-27 03:49:43
Google Sheets
Romka7070, 2021-05-27 03:49:43

How to make cells autocomplete in Google Sheets when adding a new response from Google Forms?

Created a Google Spreadsheet and attached a form to it. When filling out the form, there is a column F in which the rows should be automatically filled with the same "Done" value. Wrote the formula =IF(A1<>0;"Done";)
It works if you edit field A1 manually, but if it is filled out through a Google form, then the formula is automatically erased in column F.
P.S. Column F is not used in the Google form and when filling out an empty one.
Can some scenario solve this issue?
Thanks

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Ivanov, 2021-05-27
@oshliaer

You need to use formula ARRAYFORMULAor INDEX.
Type =ARRAYFORMULA(IF(A1:A<>0;"Done";))
See How to stretch formula in Form answers in Spreadsheets?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question