DateFix converts any text date input into clean ISO 8601 formatted output with a single formula. Ideal for preparing data for APIs, databases, and downstream systems that require a consistent date format.
Google Sheets does not output ISO 8601 by default. DateFix converts any date input into clean ISO formatted output with one formula.






Built for imported data, broken date columns, regional ambiguity, and real-world spreadsheets that need reliable date output.
Use =DATEFIX(A2,"ISO") to return clean YYYY-MM-DD output from any date input, regardless of the original format.
DateFix accepts dates in any format and converts them to ISO output. Mixed formats, regional variations, and text strings all work.
Run DateFix over a range to produce an ISO formatted output column ready for export or paste into another system.
Use =DATEFIX(A2,"ISO") alongside the TIME argument to produce full ISO datetime strings where needed.
Install the add-on, open it in your sheet, and use a simple formula in a new column.
Example formulas
=DATEFIX(A2:A100)
=DATEFIX(A2,"ISO")
=DATEFIX(A2,,"US")
ISO 8601 date format is YYYY-MM-DD, for example 2024-04-15. It is the standard format used by most APIs, databases, and data systems because it is unambiguous and sorts correctly as text.
Yes. DateFix processes each cell individually and outputs ISO format regardless of the input format in each cell. Pass "ISO" as the second argument: =DATEFIX(A2:A100,"ISO").
Yes. Use both the ISO and TIME arguments to produce full datetime output. Contact us for details on combining arguments for your specific use case.
DateFix is a Google Sheets add-on that helps clean and normalize messy or inconsistent date values with a simple custom function like =DATEFIX(A2:A10).
DateFix is free to use up to 100 rows per day. If that's insufficient, we offer an unlimited version for $19.99 / month, which allows an unlimited number of DateFix calls. You may upgrade within the DateFix add-on by clicking the upgrade button from the sidebar. Upgraded subscriptions may be cancelled at any time.