Date Transfer

agoldst4

New Member
Joined
Feb 23, 2014
Messages
3
I need some help, I am using Excel 2003 and hope someone can help me with this dilemma.

I have an excel sheet with date information on it that is formatted like this:

Sunday, April 27

The year is not imputed into the spread sheet.

Is there a way to have it look like this:

4/27/1997

Thanks
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
I need some help, I am using Excel 2003 and hope someone can help me with this dilemma.

I have an excel sheet with date information on it that is formatted like this:

Sunday, April 27

The year is not imputed into the spread sheet.

Is there a way to have it look like this:

4/27/1997
Your question is not entirely clear... for the cells with dates that look like "Sunday, April 27"... are they real dates and, if so, what is the underlying year... 1997 or something else?
 
Upvote 0
They are in the spreadsheet as text.

IE: Sunday, April 27

There is no year in the spreadsheet.

You could use this formula if you want to hard code the year...

=0+(MID(A1,FIND(" ",A1)+1,99)&", 1997")

or this is the year were held in another cell (assumed to be cell B1 for the example formula below)..

=0+(MID(A1,FIND(" ",A1)+1,99)&", "&B1)

Note: These formulas will output a serial date number which you will then need to Cell Format as a Date using the date format of your choice.
 
Upvote 0

Forum statistics

Threads
1,214,808
Messages
6,121,686
Members
449,048
Latest member
81jamesacct

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