cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ToDate returning #ERROR

0 Likes
1,086

I have an issue converting string (2022-11-01T00:00:00) to a date using todate function. no matter how I defined the format I receive #ERROR message

Please help ..

Accepted Solutions (1)

Accepted Solutions (1)

ayman_salem
Active Contributor
0 Likes

use the following formula:

v_ConvDate: =ToDate([DateToConvert]; "yyyy-MM-ddTHH:mm:ss")


then format it to whatever date format you want

Answers (1)

Answers (1)

0 Likes

Thank you ! it worked 🙂