Hi, I would like to use
a) some advanced "if...then" statement which would be working for the whole column or,
b) some special customized conditional formatting
to achieve ProdSysDate to be populated automatically with TODAY() once Moved to Production becomes Approved.
I do not want to use example below by copying it into every single line as number of lines is growing:
=IF([Moved to Production]1 = "Approved", TODAY())
It has to work for every single row to be added later on in the future.
It has to be automatic, means setup once, and forget it.
Please advise what is the best approach.
Thank you