Mail merge a date from Excel in Word
Solved
refpons
Posted messages
4
Status
Member
-
remibeauclair -
remibeauclair -
Hello,
I want to merge a date from an Excel table into a Word form. In the Excel table, the date column has a standard format because I also use this table for queries.
When I merge, the date loses its format: dd/mm/yyyy.
Can you help me?
Thank you.
Configuration: Windows / Chrome 42.0.2311.135
I want to merge a date from an Excel table into a Word form. In the Excel table, the date column has a standard format because I also use this table for queries.
When I merge, the date loses its format: dd/mm/yyyy.
Can you help me?
Thank you.
Configuration: Windows / Chrome 42.0.2311.135
2 answers
-
Hello,
Create a new column that will serve as a merge field for the dates, replacing the current one. For example, your dates in Excel are in column A
adapt this formula
=TEXT(A1,"dd/mm/yyyy")
A+
Mike-31
A period of failure is a perfect time to sow the seeds of knowledge.-
Thank you, Mike,
This solution is effective. It saves me from having to type the date.
Last year, I had another solution without adding a column. I would write a formula in the form that looked like "MERGEFIELD title column \@ dd/MM/yyyy". This year, I can't find the form formula because I overwritten it....
Best regards, -
-