adding created date to another field if its blank
ShaunW
✭✭✭✭
hi i am trying to create a formula that would add the created date into the timestamp field if its blank, i have tried this and it doesn't seem to work, any suggestions
=IF(Timestamp@row, " ", Created@row)
Answers
-
Hey @ShaunW
Try this
=IF(Timestamp@row="", Created@row)
If the Timestamp column will always equal the date of Created, you could consider having Timestamp mirror the date without an IF statement
=Created@row
Another option would be to use the Record Date automation to record the date when the Created field changes to any value.
Will any of these work for you?
Kelly
*Timestamp must be a DATE column for all of these options to work
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives