How do I maintain the value of a column if it is already filled?

how do I maintain the value of a column if it is already filled?

I used the expression:

IF ([column] = “”, now (), [column])

I did not succeed

0 1 322
1 REPLY 1

Steve
Platinum 4
Platinum 4

Where are you using your expression?

Try using ISBLANK([column]) instead of [column] = "".

Top Labels in this Space