Pulling a date based on if a field is blank
I have 2 columns of data, [Date1] and [Date2].
[Date2] is sometimes blank.
I want to create a new column of data that shows [Date2] if not blank, and [Date1] if blank.
Can someone help me create the correct formula for this? I guessed that I would need an IF formula with a ISBLANK within, but I'm having trouble with how to assign my results.
Best Answer
-
Try
=IF(ISDATE([Date 2]@row), [Date 2]@row, [Date 1]@row)
Answers
-
Try
=IF(ISDATE([Date 2]@row), [Date 2]@row, [Date 1]@row)
-
I was so close to having it correct, that worked perfectly. Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!