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
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 204 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!