Date format to Text Date for use in Mail Merge

E

Erinayn

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?
 
G

Gord Dibben

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
 
J

Jacob Skaria

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" }
 
J

Jacob Skaria

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top