Date CSV File keeps changing

iainhmunro

New Member
Joined
Jun 5, 2013
Messages
11
Morning

I have searched high and low and cannot find a real solution to my problem which is:

I have a CSV file - this is a request by my client for uploading purposes, so we cannot change to Excel. We enter the date and change the format - everything looks good. We save and do the upload, but when my client opens it at the other end, the date format has changed back to the way it was when we received it.

Is there a way to prevent or make it easy to change ?

I have tried adding in fields to look at the date and change it, but even that changes when you open it again.

Any help or guidance would be appreciated.

Regards

Iain
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Have you tried the TEXT() function?


Excel 2012
ABC
1Serial Datemm/dd/yyyydd/mm/yyyy
22014-08-1508/15/201415/08/2014
32014-09-1509/15/201415/09/2014
42014-10-1510/15/201415/10/2014
Book1
Cell Formulas
RangeFormula
B2=TEXT(A2, "mm/dd/yyyy")
C2=TEXT(A2, "dd/mm/yyyy")


Contents of csv file when checked with the editor Vim:
Code:
Serial Date,mm/dd/yyyy,dd/mm/yyyy
2014-08-15,08/15/2014,15/08/2014
2014-09-15,09/15/2014,15/09/2014
2014-10-15,10/15/2014,15/10/2014
 
Upvote 0

Forum statistics

Threads
1,225,248
Messages
6,183,843
Members
453,192
Latest member
BenToB

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top