Date in Excel merges in number format (3/9/07 instead of March 9,

B

Beach Lover

I have an Excel spreadsheet that has a column formatted as DATE with the
FORMAT being March 9, 2007 and it shows up correctly in the spreadsheet, but
when merged the date shows up as 3/9/07. How can I correct this so it merges
as March 9, 2007?
 
B

Beach Lover

Thanks. I actually found a way to resolve the problem while in Excel.
Create a new column and use the formula: =TEXT(B2, "mmmm dd, yyyy")
 
Top