Question - app formula not writing in sheets

Aurelien
Google Developer Expert
Google Developer Expert

Hi Community !

Facing an issue:

  • I use a expression in Virtual column that gives the expected result.
  • I use the same expression in Normal column, that does not do anything, not even pretend to calculate
  • More surprising: Test button gives correct result on this very same row.

So, my question is: what am I missing here ?
3X_7_5_754842eca8614af30040725a8f2bbe1c252fe210.png

Settings look normal:

  • Show ON
  • Editable ON
  • Data validity EMPTY
  • Auto compute : app formula, thatโ€™s all

I found an old post talking about setting Editable to false instead of just tick/untick, if my understanding was correct, but that did do any impact on result.

Any idea of how the result canโ€™t be wrote down on Sheets ?

Many thanks in advance !

Solved Solved
0 2 163
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

An App formula expression for a normal (non-virtual) column is only recomputed when the row itโ€™s in is otherwise updated in some way, such as when saved from a form or modified by an action.

View solution in original post

2 REPLIES 2

Steve
Platinum 4
Platinum 4

An App formula expression for a normal (non-virtual) column is only recomputed when the row itโ€™s in is otherwise updated in some way, such as when saved from a form or modified by an action.

Oh great, thanks !
I though that it would be recomputed as any other virtual column. I will keep that in mind for future !

Top Labels in this Space