PC Review


Reply
Thread Tools Rate Thread

How do i change format of cell from 02.02.08 to 02/02/08?

 
 
Kishalin
Guest
Posts: n/a
 
      4th Apr 2008
How would i change the format of a cell with out retyping the information.
e.g 02.02.08 to 02/02/08
 
Reply With Quote
 
 
 
 
Paul
Guest
Posts: n/a
 
      4th Apr 2008
On 4 Apr, 11:08, Kishalin <Kishalin @discussions.microsoft.com> wrote:
> How would i change the format of a cell with out retyping the information.
> e.g 02.02.08 to 02/02/08


A quick way is ti highlight all cells anf Find & Replace
 
Reply With Quote
 
MartinW
Guest
Posts: n/a
 
      4th Apr 2008
Hi Kishalin,

Assuming your data is text
Select your data
Go to Edit>Replace
Find what: .
Relace with: /
Click Replace All

HTH
Martin



"Kishalin" <Kishalin @discussions.microsoft.com> wrote in message
news:073905A6-BA9E-4F7F-8294-(E-Mail Removed)...
> How would i change the format of a cell with out retyping the information.
> e.g 02.02.08 to 02/02/08



 
Reply With Quote
 
Joel
Guest
Posts: n/a
 
      4th Apr 2008
you an auxilary cell and put in this function to convert to a date format.
Besure the cell with the formul is formated as a date. If you want to put
the data back into the original cell then do a copy and paste special using
value only.

=DATEVALUE(LEFT(F1,2)&"/"&MID(F1,4,2)&"/"&RIGHT(F1,2))

"Kishalin" wrote:

> How would i change the format of a cell with out retyping the information.
> e.g 02.02.08 to 02/02/08

 
Reply With Quote
 
Stefi
Guest
Posts: n/a
 
      4th Apr 2008
Is it a real Excel date cell (not text)? If so, apply custom cell format
"mm/dd/yy"

Regards,
Stefi


„Kishalin” ezt *rta:

> How would i change the format of a cell with out retyping the information.
> e.g 02.02.08 to 02/02/08

 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      4th Apr 2008
Data>Text to Columns>Next>Next>Column Data Format>Date.

The example posted is ambiguous

You decide if MDY or DMY depending upon short date settings in Regional
Settings.


Gord Dibben MS Excel MVP

On Fri, 4 Apr 2008 03:08:02 -0700, Kishalin <Kishalin
@discussions.microsoft.com> wrote:

>How would i change the format of a cell with out retyping the information.
>e.g 02.02.08 to 02/02/08


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing the cell format doesn't change existing cell content Kate Microsoft Excel Misc 2 14th Jan 2010 04:44 PM
Change cell colour on formula result change, no conditional format roster_jon Microsoft Excel Programming 0 2nd Dec 2008 12:11 PM
Event Macro - On Cell Activate - Change Cell Format Bob@1800-mail.com Microsoft Excel Programming 7 7th Nov 2007 03:36 AM
Can cell format come from and change with reference cell format =?Utf-8?B?amNsb3VzZQ==?= Microsoft Excel Misc 1 29th Nov 2006 03:20 AM
Lock Cell Format - Allow copy and paste of data without format change Chris12InKC Microsoft Excel Worksheet Functions 1 11th Mar 2006 04:44 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:23 PM.