Formula to populate date from another cell if blank
Hi,
I'm struggling with what feels like it should be a simple formula, so hoping the fabulous community can assist.
I need to copy the date from the Creation Date column to the Start Date column when it is blank and leave the existing date if it not blank.
All the formula's I've tried either give me a circular error or overwrite the existing date in the Start Date column.
This is the result I'm trying to get with a column formula (rather than manual entry or cell formula).
Any help would be appreciated!
Best Answer
-
Good Morning,
I would add in a helper column to apply this formula
=IF(ISBLANK([Start Date]@row), [Creation Date]@row, [Start Date]@row)
Add in a helper column named: "Manual Date Input". This is where you would put in your manual dates like you have shown above. From there, your "Start Date" Column would have this formula in it to run the logic.
Answers
-
Good Morning,
I would add in a helper column to apply this formula
=IF(ISBLANK([Start Date]@row), [Creation Date]@row, [Start Date]@row)
Add in a helper column named: "Manual Date Input". This is where you would put in your manual dates like you have shown above. From there, your "Start Date" Column would have this formula in it to run the logic.
-
Thanks for the help @EvanShortreed unfortunately I'm still getting a #circular reference error using that formula and adding in the helper column as suggested.
-
Scratch that. It worked! I had the formula in the wrong start date column instead of the helper column. Works perfecting now. Thank you so much @EvanShortreed
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!