Formula for Automatic Date Entry
I have 2 columns to be used in this formula:
One is for the Date Completed in Date Format, and the other is the task Completed checkbox column.
I would like to create a formula that automatically enters the date as Today's Date in the Date Completed column if it is empty, and the Checkbox is checked.
I've tried to do this, but I get #INCORRECT ARGUMENT SET
It is in the Date Completed column: =IF(ISBLANK(), IF(Completed6 = 1), TODAY())
Am I on the right track?
Comments
-
Hi,
If you are looking for a way of capturing the date the checkbox is checked and then stopping the date from updating, it is significantly more difficult than it first appears. Remeber that using TODAY() in a formula means the date will update dynamically when the date ticks over.
Regardless, your formula above was not going to work. If you are trying to use a formula to determine whether the cell it resides in is blank, you're going to create a CIRCULAR REFERENCE error. You'll need to create a new column where the formula will reside and then have it reference both the Completed and Date Completed columns.
There are no functions or formulas that I know of within Smartsheet to capture a static date when an action is completed.
Others have used third-party tools like Zapier to do this. A quick search reveals http://ronin-global.com/2016/12/11/smartsheet-fixed-date-upon-completion/ as a possible solution.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!