Forum Discussion
Jonathan_2112
Oct 09, 2022Copper Contributor
DATEVALUE Function returns #VALUE! Error
I'v tried setting cell format to Text, any thoughts?
HansVogelaar
Oct 09, 2022MVP
Excel stores dates as numbers, so you can sort them directly, without converting them to numbers.
For example:
10/09/2022 is stored as 44843
10/10/2022 is stored as 44844
10/11/2022 is stored as 44845
etc.
You can check this by setting the number format of a range with dates temporarily to General.
(Don't forget to restore the date format afterwards)
Jonathan_2112
Oct 09, 2022Copper Contributor
OK Thank You..