RachelMiller
2 years agoQrew Cadet
Assistance with a trim formula
I am using the following formula in a text formula field to trim out just the value (which is a date) of a log edits text field. The formula is including the ------------ after the user name in the log field and I'd like to exclude them. Is there a way to do this?
Trim(Right([my update field],"]"))
Log Edits Field Value
-- [JUL-03-23 Rachel Miller] --------------
06-30-2023
Formula Field Results
--------------
06-30-2023
------------------------------
Rachel Miller
------------------------------