Convert Text to Valid Date Format - Google Sheets

preview_player
Показать описание
Using the =Date() Formula we will convert numbers run together as a vaild date readable by Google Sheets.

In this example my date text was YYYYMMDD and needed to convert it to a valid spreadsheet readable date like YYYY-MM-DD or 2016-01-01

Happy New Year BTW ;)

Our formula used in this sheet was =DATE(LEFT(C7,4),MID(C7,5,2),RIGHT(C7,2))

(where C7 is the cell of the data you will be converting.)
Рекомендации по теме
Комментарии
Автор

Thank you, this helped me with a project I am working on.

Thanks again from the UK

samuelmoseley
Автор

but how to convert ddmmyyyy date? example: 24091976

jashrdf
Автор

you need to use a ; instead of a, in google sheets. At least in my google

tonyweinbeck