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

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
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,224,823
Messages
6,181,182
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

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