PDA

View Full Version : [SOLVED:] Getting Error when calculating date value



boccuz
09-19-2021, 07:25 AM
Hello,

I am trying to calculate the date value and are getting errors. I am not sure why. Any help is greatly appreciated. Attached is a sample spreadsheet showing what I am attempting to do.

Thanks in advanced.


28985

Paul_Hossler
09-19-2021, 10:01 AM
Try



=DATE(YEAR(A2), MONTH(A2),DAY(A2))

arnelgp
09-19-2021, 08:27 PM
=DATEVALUE(TEXT(A2,"mm/dd/yyyy"))

boccuz
09-20-2021, 04:26 PM
Thanks Paul and Arn. Got to work appreciate the help!