MailMerge - date format

Virginie

New Member
Joined
Nov 28, 2019
Messages
2
Office Version
  1. 2016
Platform
  1. Windows
I am using Merge mail to issue some payment reminder. One of my dates remains in the number format, even tough I am using the same formula as the other dates.
1591890236832.png

and it becomes: 11 June 2020

the other date is
1591890552298.png
but I am getting
1591890605890.png


the format of the cells in Excel is Shortdate for both of them, so I really do not understand where the problem is.
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
That must be a formatting issue only with the cells where date is specified. You can use =TEXT(A1,'DD-MM-YYYY") and check if it solves your issues..
 
Upvote 0
Your DATE field ({DATE \@ "dd MMMM yyyy"}) is not a MERGEFIELD - it is a DATE field.
Your 'Deadline' field isn't a MERGEFIELD either - as a MERGEFIELD the field code would read {MERGEFIELD Deadline \@ "dd MMMM yyyy"}.

In all likelihood, you're getting the error because the workbook is open when you're doing the merge.

Contrary to what ashakantasharma has posted, the formatting in Excel is unlikely to be the issue.
 
Upvote 0

Forum statistics

Threads
1,216,126
Messages
6,129,004
Members
449,480
Latest member
yesitisasport

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top