Forum Discussion
jeannejeanne
8 years agoQrew Cadet
thanks, actually got that working with the log field. i am getting the date of a specific satus what is the formual to get the user name? can't seem to get that right. this is what i am using to get date of WIP
If(Contains([Update Status],"WIP"),
ToDate(Left(Right(NotRight([Update Status],"WIP"),"["),9)),null)