##Date and Time
=TIMEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " ")) + DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))
##Date
=DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))
##Time
=TIMEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))
Simple just place either or both separated by ||| in the
Formatted Row Input on IFTTT
I get a "Parse Error" when i try this.
the value actually in the sheet is: =TIMEVALUE(SUBSTITUTE("August 11, 2016 at 04:05PM"," at ", " ")) + DATEVALUE(SUBSTITUTE("August 11, 2016 at 04:05PM"," at ", " "))