0

I have extracted data from a SAP application and now I want to uses this data on excel sheet and perform certain action. However, data is time series data and dates are not in dates format.

I see 01/9/2009 in Excel sheet but when I double click that cell the date appears as '01/9/2009`. I even tried pasting as values but in that case it reads it as day/Month/Year instead of Month/Day/year.

Please help me out on this. I have lot of data so cannot do manually.

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48

1 Answers1

0

Assuming these dates are in a column, select it, Text to Columns, Tab delimited and at Step 3 of 3 select Date: and MDY.

pnuts
  • 58,317
  • 11
  • 87
  • 139