Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello, I have a spreadsheet where several columns are custom formatted to mm ss and dd mmm yyyy. When I try and link or inport this into Access - or save as text, all the values change. Changing the cell type within Excel also fails with the date e.g becoming a 5 digit number. Is there a method to convert these to text whille maintaining their existing format? Thanks - Kirk |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
before import to access or save as text, convert date cell to text format by
using =Text(value,"mmm yyyy") formula pls do rate "kirkm" wrote: Hello, I have a spreadsheet where several columns are custom formatted to mm ss and dd mmm yyyy. When I try and link or inport this into Access - or save as text, all the values change. Changing the cell type within Excel also fails with the date e.g becoming a 5 digit number. Is there a method to convert these to text whille maintaining their existing format? Thanks - Kirk |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could create a new column and text them
=TEXT(A1,"dd mmm yyyy") and =TEXT(A1,"mm ss") -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "kirkm" wrote in message ... Hello, I have a spreadsheet where several columns are custom formatted to mm ss and dd mmm yyyy. When I try and link or inport this into Access - or save as text, all the values change. Changing the cell type within Excel also fails with the date e.g becoming a 5 digit number. Is there a method to convert these to text whille maintaining their existing format? Thanks - Kirk |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom Formatted Field Month-Year plus num/Den | Excel Discussion (Misc queries) | |||
Displaying a custom formatted number | Excel Discussion (Misc queries) | |||
how do I concatenate custom formatted numbers | Excel Worksheet Functions | |||
how do I concatenate custom formatted numbers | Excel Worksheet Functions | |||
Converting 'General' formatted cells to Text formatted cell using. | Excel Worksheet Functions |