I have a column of data that includes date/time in a text format (Dec 28, 2016 10:32 AM). What I would like to do is use a formula to return just the date element of the field (i.e. 28/12/2016). I've tried using the INT and DateValue functions, but I just get a #Value ! error.
All help appreciated.