Returns the date-time serial number, from a date given as text. This can be formatted to read as a date.
Syntax
DATEVALUE(date_text)
date_text: A date expressed in the form of text. E.g. "2/13/2020"
Examples
Formula | Result |
=DATEVALUE("2/13/2020") | 43874 |
=DATEVALUE("3 August, 2020") | 44046 |
=DATEVALUE(F2&"/"&E2&"/"&G2) | 44014 |
Get a hands-on experience of the function in the embedded range below.
Possible Errors
Errors | Meaning |
#N/A! | |
#NAME! | The function name is incorrect or invalid. The given defined name (if any) is invalid. There is a typo in the defined name used in the function. Double quotes are missing for text values in the function. Colon missing in a cell range reference.
|
#VALUE! | |
#REF! | |
Similar Functions