79468114

Date: 2025-02-25 23:27:10
Score: 0.5
Natty:
Report link

I think the main problem is that your inputs aren't actually in the format you want, being in yyyy/dd/mm rather than yyyy/mm/dd. It would seem that Excel doesn't recognize yyyy/dd/mm as a format, and that's why you are getting the error. Note that in the rows where the text can be parsed as yyyy/mm/dd, Excel is converting the date part to ISO 8601 format.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: gmw