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

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
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,938
Messages
6,122,346
Members
449,080
Latest member
Armadillos

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