PC Review


Reply
Thread Tools Rate Thread

Excel 2007 - Date/Mail Merge Problem

 
 
road2ruin
Guest
Posts: n/a
 
      10th Jul 2009

Hi all,

I hope that someone can offer me some advice.

I have been using an excel (2007) template and a word (2007) template to
create documents for my business using a mail merge. All has been working
well for the last few months.

However, I have an issue that the date that is being input in excel e.g.
17/07/09 is coming out as 40011 (or similar) when the mail merge is complete.
I haven't changed either of the template documents and the cells have been
formatted properly in the excel sheet so there is no reason for this problem.

I have googled it and searched other forums but I cannot find anyone having
the same problem.

Any suggestions would be gratefully recieved as whilst I am not a novice
with computers this has me at a loss!
 
Reply With Quote
 
 
 
 
ker_01
Guest
Posts: n/a
 
      10th Jul 2009
Excel calculates dates based on the number of days since (I think) Jan 01,
1900. So, Jul 17, 2009 is 40011 days since the first date Excel recognizes.

You have a couple of options, but the most simple one would be to create a
new column in Excel (to use in your merge) and use a formula to force the
date into a string (instead of a number stored behind the scenes).

Assuming your source date is in B2, use something like:
=day(B2) & "/" & month(B2) & "/" & year(B2)

Then use that in your merge. It is also possible that there are settings in
the merge tool that will allow you to specifically format the value as a
date, but I don't use merge so I can't speak to that.

HTH,
Keith


"road2ruin" wrote:

> Hi all,
>
> I hope that someone can offer me some advice.
>
> I have been using an excel (2007) template and a word (2007) template to
> create documents for my business using a mail merge. All has been working
> well for the last few months.
>
> However, I have an issue that the date that is being input in excel e.g.
> 17/07/09 is coming out as 40011 (or similar) when the mail merge is complete.
> I haven't changed either of the template documents and the cells have been
> formatted properly in the excel sheet so there is no reason for this problem.
>
> I have googled it and searched other forums but I cannot find anyone having
> the same problem.
>
> Any suggestions would be gratefully recieved as whilst I am not a novice
> with computers this has me at a loss!

 
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
Can I merge an excel list to an excel sheet like mail merge in wor =?Utf-8?B?Y2hjb2FjaA==?= Microsoft Excel Programming 0 7th Mar 2006 08:09 PM
Insert Merge Field problem with Word-Mail Merge from Excel documen =?Utf-8?B?QXVndXN0YSBFLg==?= Microsoft Word Document Management 2 20th Jun 2005 10:59 AM
Merge Outlook data into Excel like Mail Merge =?Utf-8?B?TWFyc2hhbGxAQ0tT?= Microsoft Outlook Contacts 0 23rd Mar 2005 04:39 PM
How to merge a worksheet in mail merge on Excel 2000? =?Utf-8?B?VGluYSBTam9ibG9t?= Microsoft Excel Misc 3 11th Nov 2003 03:26 AM
Excel merge files that work like Word merge files Rick Microsoft Excel Worksheet Functions 2 30th Oct 2003 02:30 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:17 AM.