I'm posting information from a form to google sheets.
After the insert (which adds the last row), I want to do some apps script post processing. Before I do the post processing I want to fill in a couple of blank cells which are not submitted by the form, including the DATE column which should be derived from the submitted TIMESTAMP column next to it. I'm trying to do this with the following formula:
=ArrayFormula(IF(ISBLANK($Q$2:$Q),"",to_date(Q2)))
But I'm getting a 'circular dependency error'
What am I doing wrong?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…