#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Formatting Dates

Excel Cant read dates separated with point (not even using formatting in
Armenian)
example: DD.MM.YYYY

how could I convert that format into DD-MM-YYYY, I have tried almost every
resurce I noew, but no results

Thanx
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ASA ASA is offline
external usenet poster
 
Posts: 13
Default Formatting Dates

If date is always in that format then =DATE(RIGHT(A1,4),MID(A1,3,2),LEFT(A1,2))

"Homero" wrote:

Excel Cant read dates separated with point (not even using formatting in
Armenian)
example: DD.MM.YYYY

how could I convert that format into DD-MM-YYYY, I have tried almost every
resurce I noew, but no results

Thanx

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ASA ASA is offline
external usenet poster
 
Posts: 13
Default Formatting Dates

=DATEVALUE(SUBSTITUTE(A1,".","/")) and format your cell as a date

"Homero" wrote:

Excel Cant read dates separated with point (not even using formatting in
Armenian)
example: DD.MM.YYYY

how could I convert that format into DD-MM-YYYY, I have tried almost every
resurce I noew, but no results

Thanx

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default Formatting Dates

Hi

Select the range with dates and format as date or general;
Replace all "." with "-" (use ReplaceAll feature)


--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )


"Homero" wrote in message
...
Excel Cant read dates separated with point (not even using formatting in
Armenian)
example: DD.MM.YYYY

how could I convert that format into DD-MM-YYYY, I have tried almost every
resurce I noew, but no results

Thanx



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 100
Default Formatting Dates

Hi,

Try entering the following formula.

=DATE(RIGHT(A6,4),MID(A6,4,2),LEFT(A6,2))

and apply a custom format to the cell of dd-mm-yyyy

It works by extracting the digits for the year, month and date.

Dave

url:http://www.ureader.com/msg/104234314.aspx


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 100
Default Formatting Dates

Hi,

Just thought of another way.
Use the following formula

=DATEVALUE(SUBSTITUTE(A1,".","/"))

and apply a custom format of dd-mm-yyyy

Dave

url:http://www.ureader.com/msg/104234314.aspx
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default Formatting Dates

On Tue, 27 May 2008 19:59:01 -0700, Homero
wrote:

Excel Cant read dates separated with point (not even using formatting in
Armenian)
example: DD.MM.YYYY

how could I convert that format into DD-MM-YYYY, I have tried almost every
resurce I noew, but no results

Thanx


Assuming your dates are in a column:

Select the dates
Select Data/Text-to-Columns
<NEXT
<NEXT
At step 3, select Date, and then DMY from the dropdown box.
<FINISH

--ron
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
Formatting Dates MEAD5432 Excel Worksheet Functions 7 June 28th 07 08:04 PM
Formatting of Dates Hervinder Excel Discussion (Misc queries) 1 June 25th 07 10:35 AM
formatting dates CC Excel Discussion (Misc queries) 14 June 1st 06 09:20 PM
formatting dates Papa Jonah Excel Worksheet Functions 2 September 13th 05 10:42 PM
Dates Not Formatting as Dates awacs Excel Worksheet Functions 4 September 13th 05 10:35 PM


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

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

About Us

"It's about Microsoft Excel"