Date text help

karkas

Board Regular
Joined
Oct 17, 2007
Messages
170
Office Version
  1. 2013
Platform
  1. Windows
Hello, I know this must be easy, but my brain doesn't work right whenever I try to do this...

I have a list of dates in column B. They are formatted as text like this: 01/28/18 01:18:05

I need to convert that to mm/dd/yyyy in column C so that I can copy and paste that into another application. Its fine if it converts it to text in column C. I just need it to be able to paste the result in another application without having to manipulate every date.

I appreciate any help you can provide is greatly appreciated!

Thanks!
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Formatting does not change the underlying cell value, just what is displayed. If you want to convert it to text with no time in column C, use this formula in column C:
Code:
=TEXT(B1,"mm/dd/yyyy")
 
Upvote 0
Wow, that was easy! I didn't think it would understand what to do with that. Sorry for the stupid question!

Thanks so much!
 
Upvote 0
No problem!

It can be confusing, the difference between just formatting the cell (which just changes the appearance, not the value), and the TEXT function, which changes the value to Text in whatever format you designate.
 
Upvote 0

Forum statistics

Threads
1,215,327
Messages
6,124,281
Members
449,149
Latest member
mwdbActuary

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