Converts an Excel date serial number to a string in the format 'yyyy-MM-dd'.
FORMATDATE(date_value)
date_value
FORMATDATE(44444.5)
Result: 2021-01-01
2021-01-01