Inserting a date in cells with text already in them?

rockthrowjoe

New Member
Joined
Jan 12, 2004
Messages
5
I need to put today's date at the beginning of several hundred cells that already have text in the cells. Is there any way to do this other than going to each cell and doing "ctrl+;"??? If there is, it would save so much time.
 

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.
Easy way would be to have todays date enter in all the rows having text and the using & connector to join the date.


suppose you have col A1:A3000 with Text then you can add another col besides col A say col B

Now put the forumula in cell b1 as =today() copy the cell b1 and then select all the range where you want the date to have..

rightclick -> paste special -> formula

ctrl + 1 to format all your selected cell to date.

now in col c have a formula

= a1& " " & b1

right click the Auto Fill handler and it will fill col uptill you have your dates
 
Upvote 0
Thank you for your help but what I get in Column C is for example "37999 joe blow went down the street" instead of "1/13/2004 joe blow went down the street". In Column C the date appears as 1/13/2004. It only changes with the formula. How can I change this?

Thanks.

Jed
 
Upvote 0

Forum statistics

Threads
1,214,643
Messages
6,120,702
Members
448,980
Latest member
CarlosWin

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