Merging Excel to Word

N

Ness

Data is in excel and am wanting to merge to word document that has two
separate tables.

If data says something (eg. Yes) then data goes into one table. If data
says (eg. No) then it goes into another table.
 
G

Graham Mayor

Put a conditional field in each table eg in table 1

{IF (Mergefield fieldname1} = "Yes" "{Mergefield fieldname2} etc"
in the other table
{IF (Mergefield fieldname1} = "No" "{Mergefield fieldname2} etc"


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


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Top