Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'M TRYING TO FORMAT A CELL IN EXCEL WITH JUST THE MONTH/DATE 3/14 0R12/1.
THIS DISPLAYS OK ON THE SHEET BUT WHEN I TRY TO EDIT THE INFO THE YEAR 1900 IS ALSO DISPLAYED IN THE EDIT AREA?? ALSO WHEN I USE THE INFO IN CONJUNCTION WITH THE MERGE WIZARD IN WORD THE 1900 IS DISPLAYED WITH THE DATES. I TRIED GOING TO TEXT USING 3/14 BY HIGHLIGHTING TEXT IN UNDER THE NUMBER TAB IN THE DATA FORMAT COMMAND BUT THAT JUST REMOVES THE /. ANY SUGGESTIONS? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() You will have to decide what to do but the reason you get this is simple but not often understood. Excel uses a number for date and time the part to the left of the decimal point is the number of days from the 1st Jan 1900; and the part to the right of the decimal point is a fraction of 35 hours which gives a time. Formatting a cell to display only a day and month (or just a year, or hust a time etc) does not mean you have somehow got rid of the rest of the date and time. you can choose to use a text field but then you will have other problems particularly if you want to sort a column of dates. regards -- tony h ------------------------------------------------------------------------ tony h's Profile: http://www.excelforum.com/member.php...o&userid=21074 View this thread: http://www.excelforum.com/showthread...hreadid=534376 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
taking your example above 3/14/1900 try this
=Text(A1,"mmmm,dd") this will give you March, 14 =Text (A1,"mm,dd") this will give you 03,14 I hope this will help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Bring the cell format along with the cell value from a reference c | Excel Worksheet Functions | |||
Instead of a negative number, I'd like to show zero... | Excel Worksheet Functions | |||
" / " Changing Decimal number format to Fraction on Protected Cell | Excel Worksheet Functions | |||
how do I format a cell reference to move as source changes | Excel Worksheet Functions | |||
can't format cell - have tried unlocking and unprotecting | Excel Discussion (Misc queries) |