"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
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!