How to change the format in excel?

christinad_costa

New Member
Joined
Apr 14, 2013
Messages
3
Hi,

I have column A1 as 9/8/2012 11:00:00 AM. I would like to change it in the specific format as DD.MM.YYYY HH:MM, so I want it to read as exactly this way 08.09.2012 11:00.

I have tried many different ways but its not helping I tried breaking the format as separate date and time n then joining back still no help as when i delete columns A and B its a total disaster.

I simply want the DD.MM.YYYY HH:MM format :(

Please help
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
The changes happen in the cell thank you for that, however in the formula bar it still shows as 9/8/2012 11:00:00 AM can this be changed to 08.09.2012 11:00 only.

Please :)
 
Upvote 0
Short answer is No.

What is in the formula bar is how Excel sees date/time values. It can't be changed.
That's the purpose for formatting cells, so the Cell "Displays" those values in your desired format.
 
Upvote 0
Try this...
Write below formula to the adjucent cell..
=TEXT(E2,"dd.mm.yyyy hh:mm")
then copy formula and paste special --> value...
 
Upvote 0

Forum statistics

Threads
1,214,611
Messages
6,120,513
Members
448,967
Latest member
screechyboy79

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