Some of our dates come in as a string with this format [dd/mm/yyyy] is there any way to quickly convert this into a date type column?
Hey Zachary!
You can use the DateParse Function for this! In this case, you would use the formula:
DateParse([Text Date], “[%d/%b/%Y]”)