Forum Discussion
Jonathan_2112
Oct 09, 2022Copper Contributor
DATEVALUE Function returns #VALUE! Error
I'v tried setting cell format to Text, any thoughts?
Detlef_Lewin
Oct 09, 2022Silver Contributor
From the help article.
Date_text Required. Text that represents a date in an Excel date format, or a reference to a cell that contains text that represents a date in an Excel date format. For example, "1/30/2008" or "30-Jan-2008" are text strings within quotation marks that represent dates.
Using the default date system in Microsoft Excel for Windows, the date_text argument must represent a date between January 1, 1900 and December 31, 9999. The DATEVALUE function returns the #VALUE! error value if the value of the date_text argument falls outside of this range.