how to get a true date format

saurabh_sharma

New Member
Joined
Apr 25, 2002
Messages
10
how to change a date 4/13/02 as a true date value as presently a isnumber format is showing a returning false. I need to use this in he pivot table.
Need to use this to create a run chart.
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
On 2002-04-28 05:19, saurabh_sharma wrote:
how to change a date 4/13/02 as a true date value as presently a isnumber format is showing a returning false. I need to use this in he pivot table.
Need to use this to create a run chart.

Lets say that A houses the "old date" values.

Insert a new column next to your date column.

In B2 enter:

=DATEVALUE(A2)

Give a double click on the fill handle in the lower-right corner of B in order to copy this formula down.

Edit|Copy new date values in B and carry out Edit|Paste Special >Values over B.

Aladin
 
Upvote 0
Hi Saurabh:
In addition to Aladin's suggested solution, you could also convert the pseudo-date number into a true number by clicking on any blank cell, then EDIT|COPY, then highlite the cells of interest and then EDIT|PASTE_SPECIAL|Operation>Add|OK

HTH
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,757
Members
448,991
Latest member
Hanakoro

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