I am having a small problem with excel and dates related to my CSV file. Regardless if I import or copy and paste excel still reformats my date file. The date field in the CSV looks like this:
Update Date
09/08/16 09:47:31
09/08/16 09:31:53
09/08/16 09:29:27
I am not worried about the time, just need to extract the date so I can compare to todays date to see how old the order is.
I have tried to use the Data import and set the field to MDY but excel still seems to pick up the date as:
Year - 2009
Day - 16
Month - 08
When really it should be:
Year - 16
Day - 08
Month - 09
When I paste the field into the excel cell as plain text it shows properly, but then I cannot use the date compare. When I try to extract the date from the field using any of the following, I can get the date, but it converts it to 2009/08/16, regardless of if I have set the date format to mm/dd/yy
=LEFT(H4,8)
=INT(H4)
Can anybody help me in getting this accomplished. Would really appreciate the help.
Bookmarks