Google Sheets - DATEVALUE

DATEVALUE function converts date in a string to a number.

Syntax

DATEVALUE(date)

Example


Notes

DATEVALUE function converts a date into an number such as 43880. You either need to format it as date, or use TO_DATE function to display it as a date.

Comments

Popular posts from this blog

Excel - Solver examples

Excel - Convert between mile, kilometer and meter

Excel - How to count the number of sign changes (from + to - or vice versa) in a column?