Hi I need a formula that converts a string in the format:
"05th February 2015"
To data value. Unfortunately this is the raw data format that has to be used.
The only way currently I can think might be possible to do this is to chop the string for the day and year and then use an if statement to change the month name into a number, then use the DATEVALUE function.
Does anyone know of a solution?