date format

vinod9111

Active Member
Joined
Jan 21, 2009
Messages
426
Hi all,

small problem , got a date which looks like this 1/9/2008 which is reading the date as 1st jan 2008 , i want to read this date as 1st sept 2008.


pl help
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
use following formatting..it will read as day first then month and then year
=TEXT(A4,"dd/mm/yyyy")
 
Upvote 0
I think what you want to do is to select your date column and go Data>TextToColumns>Next>Next>and on the third screen select an import format of Date and choose DMY from the dropdown. I am assuming that when you said 1st Jan 2008 you actually meant 9th Jan 2008?
 
Upvote 0

Forum statistics

Threads
1,214,583
Messages
6,120,377
Members
448,955
Latest member
BatCoder

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