ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   date to text (not serial number) (https://www.excelbanter.com/excel-discussion-misc-queries/220432-date-text-not-serial-number.html)

jsv

date to text (not serial number)
 
How do I convert 02/11/09 to 021109?

Thanks

Jim Thomlinson

date to text (not serial number)
 
Two possibles...

Just add a custom format. Right click the date and select Format Cells -
Number tab - Custom and change the format to ddmmyy

Or use the formula
=text(a1, "ddmmyy")
where your date is in A1.
--
HTH...

Jim Thomlinson


"jsv" wrote:

How do I convert 02/11/09 to 021109?

Thanks


Mike H

date to text (not serial number)
 
Perhaps

=TEXT(A1,"mmddyy")

Mike

"jsv" wrote:

How do I convert 02/11/09 to 021109?

Thanks


Sheeloo[_3_]

date to text (not serial number)
 
=TEXT("02/11/09","mmddyyyy")

If the date is in A1 then use this in any other cell
=Text(a1,"mmddyyyy")

"jsv" wrote:

How do I convert 02/11/09 to 021109?

Thanks


MartinW[_3_]

date to text (not serial number)
 
Hi,

Take a look here at Chip Pearson's site
http://www.cpearson.com/excel/jdates.htm

I think that should do what you want.


HTH
Martin




"jsv" wrote in message
...
How do I convert 02/11/09 to 021109?

Thanks



David Biddulph[_2_]

date to text (not serial number)
 
No, Martin.
That page is about Julian dates, which wasn't what the OP asked for.
--
David Biddulph

MartinW wrote:
Hi,

Take a look here at Chip Pearson's site
http://www.cpearson.com/excel/jdates.htm

I think that should do what you want.

HTH
Martin


"jsv" wrote in message
...
How do I convert 02/11/09 to 021109?

Thanks





All times are GMT +1. The time now is 11:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com