Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I have text in column "B" that is formatted YYANNNNN (01B12345). I would
like to change to YYYY (2001) format in column "A". Thanks |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Give this a try...
As text: =TEXT("1/1/" & LEFT(B1,2), "YYYY") As number: =--TEXT("1/1/" & LEFT(B1,2), "YYYY") -- Rick (MVP - Excel) "sojuman" wrote in message ... I have text in column "B" that is formatted YYANNNNN (01B12345). I would like to change to YYYY (2001) format in column "A". Thanks |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Works like a charm. Thanks
"Rick Rothstein" wrote: Give this a try... As text: =TEXT("1/1/" & LEFT(B1,2), "YYYY") As number: =--TEXT("1/1/" & LEFT(B1,2), "YYYY") -- Rick (MVP - Excel) "sojuman" wrote in message ... I have text in column "B" that is formatted YYANNNNN (01B12345). I would like to change to YYYY (2001) format in column "A". Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Format date dd.mm.yyyy to dd/mm/yyyy | Excel Discussion (Misc queries) | |||
change date format from dd/mm/yyyy to mm/yyyy | Excel Discussion (Misc queries) | |||
How do I convert a birthdate format from yyyy/mm/dd to mm/dd/yyyy | Excel Worksheet Functions | |||
Converting DD/MM/YYYY format into text MMYYYY | Excel Discussion (Misc queries) | |||
how do I change date from mm/dd/yyyy to dd:mm:yyyy format in Excel | New Users to Excel |