Date Manipulation

Oasisnutt75

New Member
Joined
Jan 6, 2005
Messages
6
Hello all,

I have been turning this around in my head for a while and cannot find a way to do this. Hopefully someone can help. Basically, in A1 I have a date: 01/01/05. :oops: How can I get B1 to read 0101D?

I want to somehow read the month and day of the date and add a D to it. Possible?

Thanks in advance.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Try this in B1:

=TEXT(A1, "MMDD") & "D"
 
Upvote 0
Click on your date

Then click Format (From your toolbar) and then Cells.

In the first tab theres a box called category click custom

then in the field called type (its to the right) put in the below and choose OK

ddmm"D"

Cheers
 
Upvote 0
Geez,

I was working around with text but just couldn't get it to work. Thank you all so much for your help and quick response. It works great! This group rocks.

Paul
 
Upvote 0

Forum statistics

Threads
1,214,651
Messages
6,120,744
Members
448,989
Latest member
mariah3

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