ChrisFaye1
6 years agoQrew Cadet
Log Edits Date/Time Formula
Hi!
I'm trying to convert this formula into a date/time instead of only date record.
The Status field currently has log edits turned on and I would also need to switch that log to include the time.
If(Contains([Status],"Closed Won"),
ToDate(Left(Right(NotRight([Deal Stage Tracking],"Closed Won"),"["),9)),null)
Is this an easy use of ToTimestamp that I'm just failing at?
Thank You!
Chris
------------------------------
Chris
------------------------------
I'm trying to convert this formula into a date/time instead of only date record.
The Status field currently has log edits turned on and I would also need to switch that log to include the time.
If(Contains([Status],"Closed Won"),
ToDate(Left(Right(NotRight([Deal Stage Tracking],"Closed Won"),"["),9)),null)
Is this an easy use of ToTimestamp that I'm just failing at?
Thank You!
Chris
------------------------------
Chris
------------------------------