FROM_EXCELDATE
Last updated
Was this helpful?
The FROM_EXCELDATE function converts an Excel serial date number into its equivalent date value. Excel stores dates as sequential serial numbers to support date calculations. This function is commonly used when importing or converting date values from Excel-based data sources.
FROM_EXCELDATE(value)value: The Excel serial date number to convert.
Returns the corresponding date value.
FROM_EXCELDATE(39457)Returns 10/01/2008.
Last updated
Was this helpful?
Was this helpful?