ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   dates (https://www.excelbanter.com/excel-worksheet-functions/206636-dates.html)

Rebecca

dates
 
How can I change the date format 01/01/08 to 010108

Tom Hutchins

dates
 
Select the cell and give it a custom format of mmddyy. Select Format Cells
on the Number tab, select Custom in the Type box, enter mmddyy OK.


Hope this helps,

Hutch

"rebecca" wrote:

How can I change the date format 01/01/08 to 010108


Rebecca

dates
 


"Tom Hutchins" wrote:

Select the cell and give it a custom format of mmddyy. Select Format Cells
on the Number tab, select Custom in the Type box, enter mmddyy OK.


Hope this helps,

Hutch

"rebecca" wrote:

How can I change the date format 01/01/08 to 010108


I ALSO NEED TO CHANGE THE FORMAT INTO A TEXT CELL. WHEN I TRY TO DO THIS IT
GIVES ME A NUMBER THAT EXCEL RECOGINZES AS A SUM NUMBER (I THINK)

Roger Govier[_3_]

dates
 
Hi Rebecca
Try
=SUBSTITUTE(TEXT(A1,"dd/mm/yy"),"/","")

--
Regards
Roger Govier

"rebecca" wrote in message
...


"Tom Hutchins" wrote:

Select the cell and give it a custom format of mmddyy. Select Format
Cells
on the Number tab, select Custom in the Type box, enter mmddyy
OK.


Hope this helps,

Hutch

"rebecca" wrote:

How can I change the date format 01/01/08 to 010108


I ALSO NEED TO CHANGE THE FORMAT INTO A TEXT CELL. WHEN I TRY TO DO THIS
IT
GIVES ME A NUMBER THAT EXCEL RECOGINZES AS A SUM NUMBER (I THINK)



Rick Rothstein

dates
 
Try
=SUBSTITUTE(TEXT(A1,"dd/mm/yy"),"/","")


Why not just this instead...

=TEXT(A1,"ddmmyy")

--
Rick (MVP - Excel)

Roger Govier[_3_]

dates
 
Because I like to make things more complicated than they need be, Rick<bg

--
Regards
Roger Govier

"Rick Rothstein" wrote in message
...
Try
=SUBSTITUTE(TEXT(A1,"dd/mm/yy"),"/","")


Why not just this instead...

=TEXT(A1,"ddmmyy")

--
Rick (MVP - Excel)



Rick Rothstein

dates
 
LOL

--
Rick (MVP - Excel)


"Roger Govier" <roger@technology4unospamdotcodotuk wrote in message
...
Because I like to make things more complicated than they need be, Rick<bg

--
Regards
Roger Govier

"Rick Rothstein" wrote in message
...
Try
=SUBSTITUTE(TEXT(A1,"dd/mm/yy"),"/","")


Why not just this instead...

=TEXT(A1,"ddmmyy")

--
Rick (MVP - Excel)





All times are GMT +1. The time now is 06:56 AM.

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