Date Completed triggers Check Box

I want my user to enter the Completed date and the Check box in the Completed column gets checked. I know this is simple, and I have found answers for the other way, but I want it set this way.
Sherry Fox
Business Process Analyst 3 | HII Mission Technologies
EAP | Mobilizer | Automagician | Superstar | 2024 Community Champion
Core App Certified 🦊
NEW (Work) Profile: @SherryFox | OLD (Personal) Profile: @Sherry Fox
Connect with me on LinkedIn
Please Like ❤️, Vote Up ⬆️, Awesome 🤩, Insightful 🧐 any of my contributions that have provided value.
Best Answer
-
You could use a basic IF statement for this:
=IF([Completed On]@row <> "", 1)
Answers
-
You could use a basic IF statement for this:
=IF([Completed On]@row <> "", 1)
-
I knew it was a simple answer! Thanks so very much!
Sherry Fox
Business Process Analyst 3 | HII Mission Technologies
EAP | Mobilizer | Automagician | Superstar | 2024 Community Champion
Core App Certified 🦊
NEW (Work) Profile: @SherryFox | OLD (Personal) Profile: @Sherry Fox
Connect with me on LinkedIn
Please Like ❤️, Vote Up ⬆️, Awesome 🤩, Insightful 🧐 any of my contributions that have provided value.
-
Paul's formula will definitely work for you, but just figured i'd chime in and show a different way incase anyone references this in the future. This is will check to see if due date is blank, if not, it will check the box
=IF(ISBLANK([Column20]@row) = true, 0, 1)
Help Article Resources
Categories
Check out the Formula Handbook template!