"if...then" for whole column or customized conditional formatting
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
Answers
-
Hi Brano
You are on the right track. Smartsheet recently came out with the Column Formula Feature.
Your formula only needs a quick tweak to below which tells the sheet to reference the row/column link.
=IF(NAME@row = "NICK", TODAY())
It's the @row which needs to be replace the 1 on your formula.
Then Right click on your column Header, and chose the option Convert to Column Formula
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!