Converts an Excel date/time serial number to a string in the format 'HH:mm:ss'.
FORMATTIME(time_value)
time_value
FORMATTIME(44444.5)
Result: 12:00:00
12:00:00
FORMATTIME("2023-04-18 13:45:00")
Result: 13:45:00
13:45:00