Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Simple issue. In Excel I have dates in the form 26 June 2006 and I wish to mail merge them with iother data into a word file. However, when I do this, the dates appear in the word file in American date format 06/26/2006 ... not 26 June 2006. Strangely even if I put the date in the excel cell as 26/06/2006 (Australian date formatting), it still turns up in the word file as 06/26/2006! Any ideas how to fix this annoying problem? -- CFD ------------------------------------------------------------------------ CFD's Profile: http://www.excelforum.com/member.php...o&userid=27306 View this thread: http://www.excelforum.com/showthread...hreadid=560905 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Figured it out, there are thousands of people who have had the same problem , not surprisingly ... unbelievably this is a design feature!!! WTF? Bloody Microsoft ... From: http://tinyurl.com/fz7ju Word and Excel 2003 Mail Merge - Date or Number Does Not Display Properly When you mail merge Word 2003 with Excel 2003 date and number formats are lost and so you need to persuade Word to format the numbers and dates. Formatting Word ‘fields’ to display two decimal places: 1. open Word document that has the problem - see the document containing fields. 2. right click on the field name e.g. - see pop-up menu. 3. click on the ‘Toggle Field Codes’ option - see field expand e.g. { MERGEFIELD “Total” } 4. edit the field to include \# ###0.00 e.g. { MERGEFIELD “Total” \# ##0.00 } 5. preview your mail merge - see numbers with two decimal places. The are other ways of displaying numbers: - no decimal places: \# ##0 - three decimal places: \# ##0.000 - include commas and two decimal places: \# #,##0.00 - include currency sign, commas and two decimals: \# £#,##0.00 The rules are as follows: 0 - always display a number e.g.123 displayed ‘through \# 000000.00 is: 000123.00 # - show only ‘significant numbers’ e.g. 123 displayed through \# ###0.00 is: 123.00 Formatting dates: 1. right click on the field name e.g. - see pop-up menu. 2. click on the ‘Toggle Field Codes’ option - see field expand e.g. { MERGEFIELD “Date” } 3. edit the field to include \@ “dd MMMM yy” e.g. { MERGEFIELD “Date” \@ “dd MMMM yy” } 4. preview your mail merge - see date in the format 1 April 05. Full stops or slashes can be included. The rules are as follows: dd - day as two numbers e.g. 01 d - single figures drop the zero e.g. 1. dddd - day of the week e.g. Tuesday ddd - day of the week in three letters e.g. Tue MM - month as two figures e.g. 04 M - single figures drop the zero e.g. 4 MMMM - month in words e.g. April MMM - month as three letters e.g. Apr yy - year in two figures e.g. 05 yyyy - year in four figures e.g. 2005 -- CFD ------------------------------------------------------------------------ CFD's Profile: http://www.excelforum.com/member.php...o&userid=27306 View this thread: http://www.excelforum.com/showthread...hreadid=560905 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
Pasting charts to Word from Excel as picture | Charts and Charting in Excel | |||
add/subtract dates problem in Excel..... | Excel Discussion (Misc queries) | |||
Linking table in Excel to word | Links and Linking in Excel | |||
Create merged mail in Excel (*NOT* in Word)? | Excel Discussion (Misc queries) |