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!!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 144 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 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!