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

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)

Chris Bode

Board Regular
Joined
Jan 25, 2009
Messages
103
use following formatting..it will read as day first then month and then year
=TEXT(A4,"dd/mm/yyyy")
 
Upvote 0

Richard Schollar

MrExcel MVP
Joined
Apr 19, 2005
Messages
23,707
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,190,790
Messages
5,982,929
Members
439,807
Latest member
WXM86

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
Top