Formula

C

CP

Hi: Is there a simple formula to change a date in a field from one format to
another, for example 24-Dec-2007 to read 12/24/2007? Thanks.
 
J

JE McGimpsey

If you want to do it in place, use Format/Cells/Number/Date and choose
your preferred format.

If you want the result in a different cell:

B1: =A1

Format B1 as mm/dd/yyyy
 
P

Pete_UK

You can't do this by a formula - you should select the cell and use
Format | Cells | Number (tab) then Custom and either scroll down until
you find a format you want or in the panel type mm/dd/yyyy.

Hope this helps.

Pete
 
Top