Date issues when downloading bank statement

kshines

Board Regular
Joined
Apr 3, 2011
Messages
56
Office Version
  1. 365
Platform
  1. Windows
Wise people of the forum,
I am having issues when downloading my bank statement in the way it randomly sets the format for the dates. It appears to be no rhyme or reason. I am looking for a way to get it formatted back to a date allowing me to extract month / year instead of the - or /. Thanks in advance!
KH
Below is a sample.
12/14/16
12/14/16
12/13/16
12/13/16
12-12-16
12-12-16
12-12-16
12-12-16
12-12-16
12-12-16



<tbody>
</tbody>
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Assuming your data starts in cells A1 you can use this formula:
=TEXT(A1,"MM/DD/YYYY")

It will convert everything to the same format.

Sincerely,
Max
 
Upvote 0
Try the following:

- Select the column with the dates
- Go to Data --> Text to Columns
- On Step 3 of 3, select 'Date: MDY'
- Click 'Finish'
 
Upvote 0
Hi,

Select the column containing Date, Press Ctrl+1 , click on date and format the cell according
 
Upvote 0

Forum statistics

Threads
1,215,036
Messages
6,122,794
Members
449,095
Latest member
m_smith_solihull

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