top of page
dateValue function
Description
This is the build in function to convert a date represented as text into a proper Excel date. For example, the formula =DATEVALUE("12/31/2015") returns a serial number in the Excel date system that represents December 31, 2015. Proper Excel dates are more useful than text dates since they can be directly manipulated with formulas and pivot tables to create summaries and perform other date-based analysis.
Objective
Convert date into text format.
Syntax
=DATE(date_text)
Arguments
year - valid date in text format.
bottom of page