Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default Date format to Text Date for use in Mail Merge

I have everyone's start date in a column. I'd like to create another column
with their start date in text so that I can then use it in a mail merge for
their certificates. I've got it converted but the MM/DD/YYYY is behind the
scenes and when I do the merge that comes over versus Month Day, Year.

Any help?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Date format to Text Date for use in Mail Merge

You can do the formatting Word but in ahelper column

=TEXT(A1,"mmmm dd") adjust what's in the quotes to suit.


Gord Dibben MS Excel MVP

On Wed, 21 Apr 2010 15:31:03 -0700, Erinayn
wrote:

I have everyone's start date in a column. I'd like to create another column
with their start date in text so that I can then use it in a mail merge for
their certificates. I've got it converted but the MM/DD/YYYY is behind the
scenes and when I do the merge that comes over versus Month Day, Year.

Any help?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Date format to Text Date for use in Mail Merge

You can use field codes to do this without having an additional column in
your worksheet. If you insert a Date field into the main document and then
press ALT+F9, you see as below

{ MERGEFIELD "Date" }

To get all the dates in the merged documents to have a format you want; you
can add this formatting switch to the field code:

To display as January 1, 2010 try

{ MERGEFIELD "Date" \@ "MMMM d, yyyy" }


--
Jacob (MVP - Excel)


"Erinayn" wrote:

I have everyone's start date in a column. I'd like to create another column
with their start date in text so that I can then use it in a mail merge for
their certificates. I've got it converted but the MM/DD/YYYY is behind the
scenes and when I do the merge that comes over versus Month Day, Year.

Any help?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Date format to Text Date for use in Mail Merge

Forgot to mention; this query should have been posted in 'Word discussion
groups'..

--
Jacob (MVP - Excel)


"Jacob Skaria" wrote:

You can use field codes to do this without having an additional column in
your worksheet. If you insert a Date field into the main document and then
press ALT+F9, you see as below

{ MERGEFIELD "Date" }

To get all the dates in the merged documents to have a format you want; you
can add this formatting switch to the field code:

To display as January 1, 2010 try

{ MERGEFIELD "Date" \@ "MMMM d, yyyy" }


--
Jacob (MVP - Excel)


"Erinayn" wrote:

I have everyone's start date in a column. I'd like to create another column
with their start date in text so that I can then use it in a mail merge for
their certificates. I've got it converted but the MM/DD/YYYY is behind the
scenes and when I do the merge that comes over versus Month Day, Year.

Any help?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date format changes in mail merge using Excel worksheet as data Curious Excel Discussion (Misc queries) 2 February 6th 09 02:20 PM
custom date format changed in mail merge olrustyxlsuser Excel Discussion (Misc queries) 10 June 7th 07 05:25 PM
Mail merge date Joyce Excel Discussion (Misc queries) 1 May 3rd 07 10:52 PM
How do I keep the date from changing format in a mail merge? Brynn Wilson Excel Discussion (Misc queries) 2 February 1st 07 05:19 PM
How do I keep the date from changing format in a mail merge? Brynn Wilson Excel Discussion (Misc queries) 1 June 9th 05 06:44 PM


All times are GMT +1. The time now is 06:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"