Date in formula
I have the following formula set to add a date to a column once information has been added to the selected columns on the same row.
=IF(AND(ISBLANK([HCPCS/CPT/Supply Code]@row) = false, ISBLANK([Code Description]@row) = false, ISBLANK([Clinic Cost per Vial/ pre-filled syringe]@row) = false, ISBLANK([Vial Size]@row) = false, ISBLANK(Manufacturer@row) = false, ISBLANK([Desired Contact Date]@row) = false, ISBLANK([SharePoint Ticket #]@row) = false), TODAY(), "")
The problem is the formula updates the date every time someone saves the sheet. I want the date to be entered into the cell only once and not update after that as I want to know what date the information was entered as well as having an automation to send a message when the date is entered. With TODAY() in the formula the date updates and the automated message sends every time the sheet is saved. Is there a way to have the date added once and not changed after that?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 463 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!