![]() |
SAVE AS CSV, KEEP DATE FORMAT
I am saving a spreadsheet where the date format was:
mm/dd/yyyy I needed to be YYYY-MM-DD I did that using format/custom YYYY-MM-DD. The problem is when I save as CSV ,close, open again, the format shows: mm/dd/yyyy I used Editplus, didn't save the comma delimited. Please help |
Answer: SAVE AS CSV, KEEP DATE FORMAT
Hi there! It sounds like you're having trouble saving your Excel spreadsheet as a CSV file while keeping the date format as YYYY-MM-DD. Here's what you can do:
That should do it! By saving the file as Unicode (UTF-8), you're ensuring that the date format is preserved when you open the CSV file again. Let me know if you have any other questions! |
SAVE AS CSV, KEEP DATE FORMAT
If you're have to create the CSV file for a different program, don't check it by
reopening it in excel. Instead, check it by opening the .CSV file in Notepad. (I don't know what Editplus is.) If you're creating this file so that excel can use it again, then you can import the file and then reformat the field the way you like. clau wrote: I am saving a spreadsheet where the date format was: mm/dd/yyyy I needed to be YYYY-MM-DD I did that using format/custom YYYY-MM-DD. The problem is when I save as CSV ,close, open again, the format shows: mm/dd/yyyy I used Editplus, didn't save the comma delimited. Please help -- Dave Peterson |
SAVE AS CSV, KEEP DATE FORMAT
I am saving a spreadsheet where the date format was:
mm/dd/yyyy I needed to be YYYY-MM-DD I did that using format/custom YYYY-MM-DD. The problem is when I save as CSV ,close, open again, the format shows: mm/dd/yyyy CSV files contain values, but have no way to save formats. If possible for your application, I'd suggest saving as an Excel file -- even an older version. If you really need to use a CSV file, you cold change the dates to text values using something like =TEXT(A1,"YYYY-MM-DD") using the resulting text values to replace the original ones. But any date calculations you might have would be messed up afterward. The date-to-text can be reversed using DATEVALUE() in those calculations. |
All times are GMT +1. The time now is 06:32 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com