Conditional Formatting with dates
I am trying to figure out how to set a conditional format in smartsheet with dates.
Given one row with cells A, B, and C which are all dates (or blank):
Set Cell A to = Cell B, if Cell C = <blank> [that is, copy content of cell B into cell A]
If Cell C is not blank, then Cell A = Cell C [that is, copy content of cell C into cell A and ignore content of cell B]
The dates themselves to not matter, just whether a date has been entered or not.
Is there a way to do this?? All help appreciated!
Answers
-
Try this in [ Column A]:
=IF([Column C]@row <> "", [Column C]@row, [Column B]@row)
-
Perfection, thank you!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 206 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!