function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Angela SchultzAngela Schultz 

Formula to create "out-time"

Using SalesForce to track client visits. I have two time fields (one for the time the client meeting began and one for the ending time). How would I write a formula to ensure the "out-time" is after the "in-time?" Any help is appreciated. Thanks!
Saravanan Gengan 9Saravanan Gengan 9
have you tried the >= operator, like in-time >= out-time