Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
deniseh
 
Posts: n/a
Default CHANGE TEXT TO DATE FORMAT

Hi, I wonder if you would help me? I have to import a file from our accounts
package in .csv format into Excel on a daily basis. This works well apart
from the date which appears as, say, 20050901. I should like it to be
01/09/2005 or similar. I have tried formatting the column into date but
nothing seems to work correctly for me. Is there an easy way of converting a
column to the correct format please?
Thanks for your time.
Denise

  #2   Report Post  
bj
 
Posts: n/a
Default

if this is the common format
use
=DATE(VALUE(LEFT(A1,4)),VALUE(MID(A1,5,2)),VALUE(R IGHT(A1,2)))

"deniseh" wrote:

Hi, I wonder if you would help me? I have to import a file from our accounts
package in .csv format into Excel on a daily basis. This works well apart
from the date which appears as, say, 20050901. I should like it to be
01/09/2005 or similar. I have tried formatting the column into date but
nothing seems to work correctly for me. Is there an easy way of converting a
column to the correct format please?
Thanks for your time.
Denise

  #3   Report Post  
Stefi
 
Posts: n/a
Default

VALUE is not necessary, for me
=DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2))
also worked.

Stefi

€žbj€ ezt Ã*rta:

if this is the common format
use
=DATE(VALUE(LEFT(A1,4)),VALUE(MID(A1,5,2)),VALUE(R IGHT(A1,2)))

"deniseh" wrote:

Hi, I wonder if you would help me? I have to import a file from our accounts
package in .csv format into Excel on a daily basis. This works well apart
from the date which appears as, say, 20050901. I should like it to be
01/09/2005 or similar. I have tried formatting the column into date but
nothing seems to work correctly for me. Is there an easy way of converting a
column to the correct format please?
Thanks for your time.
Denise

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
DATE Format Venkat Excel Worksheet Functions 1 August 16th 05 12:23 AM
Help: Can I change the date formula from mm/dd/yyyy to "mmm-yy" et wintersunshine Excel Discussion (Misc queries) 7 July 5th 05 09:44 PM
how do I format cells to change date and time to just date bondam Excel Discussion (Misc queries) 3 July 3rd 05 01:10 PM
How do I change the default date format in an Excel Footer Burki Setting up and Configuration of Excel 1 February 4th 05 02:15 AM
How do i change numbers in text format to number format? Greg New Users to Excel 1 December 14th 04 05:22 PM


All times are GMT +1. The time now is 04:59 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"