Populate date based on two other date columns
I have a Planned Finish and a GTG Date in my sheet. I created a new date column "Replanned Finish" and I would like the date to auto-populate with the Planned Finish unless there is a GTG Date. If there is a GTG Date I would like that date to populate.
Any ideas how to build a formula to do this? I looked and I can't use a Workflow.
Thank you!!
Best Answers
-
@Alethea Pollack You can use an if statement to check if the GTG date is blank using the ISBLANK() function, if the GTG is blank, the pull in that date, otherwise, pull in the Planned Finish date.
Darren Mullen, smartsheetguru.com
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
-
Thank you! In case anyone ever needs to do something similar here is the formula I used:
=IF(NOT(ISBLANK([GTG Date]@row)), [GTG Date]@row, [Planned Finish]@row)
Answers
-
@Alethea Pollack You can use an if statement to check if the GTG date is blank using the ISBLANK() function, if the GTG is blank, the pull in that date, otherwise, pull in the Planned Finish date.
Darren Mullen, smartsheetguru.com
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
-
Thank you! In case anyone ever needs to do something similar here is the formula I used:
=IF(NOT(ISBLANK([GTG Date]@row)), [GTG Date]@row, [Planned Finish]@row)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!