Changing all dates to 1900 instead of 2000

Excel Ron

Board Regular
Joined
Apr 19, 2011
Messages
52
I have a set of dates that after doing text to colums and seting the up MDY some of them are popping out dates of birth as ex: 2026, 2045, 2088. Obviously these are 1926, 1945, & 1988. Is there an easy way to change from the 2000 format to the 1900 format? Thanks in advance!!
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Maybe like this
Excel Workbook
AB
112/12/202912/12/1929
210/11/201910/11/1919
301/02/205601/02/1956
401/01/197601/01/1976
501/02/201001/02/2010
Sheet6
Excel 2007
Cell Formulas
RangeFormula
B1=IF(YEAR(A1)>YEAR(TODAY()), DATE(YEAR(A1)-100, MONTH(A1), DAY(A1)), A1)
 
Upvote 0

Forum statistics

Threads
1,216,753
Messages
6,132,514
Members
449,731
Latest member
dasda34

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