Using a Formula to Copy a Date and Change the Format

u4carson

New Member
Joined
May 21, 2018
Messages
12
This is an odd situation. I know how to fix this without a formula, but for my purposes I need the data to be copied from one cell to another cell using a formula without amending the cells manually in any way.

The problem is that the original cell is not recognizing the date as a date so the copied cell is not either. What I need to do is to write a formula that copies the date into a new field where the new field actually recognizes it as a date.

CELL A2
01/02/2016 (DOES NOT RECOGNIZE AS DATE)

COPY TO CELL B2
01/02/2016 (DOES RECOGNIZE AS DATE)

Any help would be greatly appreciated, I can't seem to figure this one out.
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
You can just use the DateValue function in cell B2, i.e.
=DateValue(A2)
and choose your desired date format

Note that if your sole purpose is to convert the entries to valid dates, you convert all your entries in column A to a date at once without using column B by applying Text to Columns to Column A.
 
Upvote 0

Forum statistics

Threads
1,223,909
Messages
6,175,313
Members
452,634
Latest member
cpostell

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