datevalue
Parse a date string into a serial date number.
Syntax
Section titled “Syntax”v = datevalue(date_text)Description
Section titled “Description”Parses common date formats ('2026-04-28', '04/28/2026', '28-Apr-2026', etc.) and returns the serial date number. Raises #VALUE! on unparseable input.
Example
Section titled “Example”datevalue('2026-04-28')