reading data inaccurately when merging from Excel to Word

L

Loz

I am trying to merge from Excel into Word. One of the columns contains date
format data which is generated by a forumal. The same column also contains
some records which return "N/A" and is in text format, manually imputted.

The merge instruction within Word is:

MERGEFIELD First_Board_T \@"YY"

However this will not recognise "N/A" and merges this entry as a date.

How can I tell word to migrate the exact data contained within the column?

Grateful for your assistance.

Loz
 
G

Graham Mayor

You will need a conditional field
{IF {MERGEFIELD First_Board_T} <> "N/A" "{MERGEFIELD First_Board_T \@
"YY"}" "N/A"}

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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