#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Date Format


How do I convert a date format from dd.mm.yy to dd/mm/yy?

Any help appreciated
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 542
Default Date Format



"Celtic Warrior" wrote:


How do I convert a date format from dd.mm.yy to dd/mm/yy?

Any help appreciated


Highlight the cell/cells you want to format. Then click
Format/Cells/Number/Date and choose the type you want displayed.
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Date Format

Select the cell(s) and Format Cells... Number Custom dd/mm/yy
--
Gary''s Student - gsnu200828


"Celtic Warrior" wrote:


How do I convert a date format from dd.mm.yy to dd/mm/yy?

Any help appreciated

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 542
Default Date Format

You'll first have to use the replace function in Excel to change the dots "."
to "/"
then format the the cells as mentioned previously. The replace function can
be found under the Edit menu or use the shortcut Ctrl H. Highlight only the
cells that have the dd.mm.yy otherwise all the "." will change to "/".

"Gary''s Student" wrote:

Select the cell(s) and Format Cells... Number Custom dd/mm/yy
--
Gary''s Student - gsnu200828


"Celtic Warrior" wrote:


How do I convert a date format from dd.mm.yy to dd/mm/yy?

Any help appreciated

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 542
Default Date Format

Forgot to mention that Excel does not recognise dd.mm.yy as a date.

"Gary''s Student" wrote:

Select the cell(s) and Format Cells... Number Custom dd/mm/yy
--
Gary''s Student - gsnu200828


"Celtic Warrior" wrote:


How do I convert a date format from dd.mm.yy to dd/mm/yy?

Any help appreciated



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Date Format

Thanks guys for the quick response but no luck with your solution.


Warrior.




"Gary''s Student" wrote:

Select the cell(s) and Format Cells... Number Custom dd/mm/yy
--
Gary''s Student - gsnu200828


"Celtic Warrior" wrote:


How do I convert a date format from dd.mm.yy to dd/mm/yy?

Any help appreciated

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 542
Default Date Format

Have you used the replace function under the Edit menu? That alone should do
what you want if what's in your cells is input as dd.mm.yy.

"Celtic Warrior" wrote:

Thanks guys for the quick response but no luck with your solution.


Warrior.




"Gary''s Student" wrote:

Select the cell(s) and Format Cells... Number Custom dd/mm/yy
--
Gary''s Student - gsnu200828


"Celtic Warrior" wrote:


How do I convert a date format from dd.mm.yy to dd/mm/yy?

Any help appreciated

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Date Format

With 25.12.08 in cell A1, in B1 enter:

=DATE(RIGHT(A1,2)+2000,MID(A1,4,2),LEFT(A1,2)) displays a real date
and
=SUBSTITUTE(A1,".","/") to display a text date
--
Gary''s Student - gsnu200828


"Celtic Warrior" wrote:

Thanks guys for the quick response but no luck with your solution.


Warrior.




"Gary''s Student" wrote:

Select the cell(s) and Format Cells... Number Custom dd/mm/yy
--
Gary''s Student - gsnu200828


"Celtic Warrior" wrote:


How do I convert a date format from dd.mm.yy to dd/mm/yy?

Any help appreciated

  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Date Format

DataText to ColumnsNextNextColumn Data FormatDMYFinish.

Works for me in Excel 2003 with your example data.


Gord Dibben MS Excel MVP

On Wed, 21 Jan 2009 06:54:04 -0800, Celtic Warrior
wrote:

Thanks guys for the quick response but no luck with your solution.


Warrior.




"Gary''s Student" wrote:

Select the cell(s) and Format Cells... Number Custom dd/mm/yy
--
Gary''s Student - gsnu200828


"Celtic Warrior" wrote:


How do I convert a date format from dd.mm.yy to dd/mm/yy?

Any help appreciated


  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Date Format

Thanks everyone esp Gary & Gord. Job Done.


Warrior

"Gord Dibben" wrote:

DataText to ColumnsNextNextColumn Data FormatDMYFinish.

Works for me in Excel 2003 with your example data.


Gord Dibben MS Excel MVP

On Wed, 21 Jan 2009 06:54:04 -0800, Celtic Warrior
wrote:

Thanks guys for the quick response but no luck with your solution.


Warrior.




"Gary''s Student" wrote:

Select the cell(s) and Format Cells... Number Custom dd/mm/yy
--
Gary''s Student - gsnu200828


"Celtic Warrior" wrote:


How do I convert a date format from dd.mm.yy to dd/mm/yy?

Any help appreciated



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
convert serial date format to normal date format Flagworld Excel Discussion (Misc queries) 3 September 23rd 08 01:32 PM
Convert date from text format to date format Anita Excel Discussion (Misc queries) 3 June 4th 07 11:57 AM
Convert date + time text format to date format Paul Ho Excel Worksheet Functions 2 May 22nd 07 05:47 PM
Can I change a date with no format (20051111) to date format? Rose New Users to Excel 2 November 11th 05 09:03 PM
Excel 2000 date format cannot be set to Australian date format Brian Jones Excel Discussion (Misc queries) 1 March 30th 05 06:03 AM


All times are GMT +1. The time now is 09:49 PM.

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"