Hi,
I need to extract the time and date from strings such as this one and add them as a separate cell in the record:
“Thu 7/06 9:00am - Vinyasa Yoga @ Millennium Park”
I’m trying this but it’s returning “-2”: MID(my_string, FIND("/",my_string), - 2)
...