G
gilbertj
I have a spreadsheet as a data source. The data in each field is either a Y
or N. There could be more than one Yes for a record.
A B C D E
1 Y N N N N
2 N Y N N N
3 Y Y N N N
etc
In my merge document, I want to place an embedded object in a table cell
depending on the criteria in the spreadsheet: { If { mergefield A } = "Y" "
{EMBED Word.Picture.8 }" }
In addition, I would also like to place a different embedded object if A=N
and B=Y in the same cell in merge document.
If A=Y and B=Y, then I would like to place an embedded object in the first
cell in the merge document and a new embedded object in another cell in the
merge document.
I hope there's some programming language using the "if then" statements.
Thanks
or N. There could be more than one Yes for a record.
A B C D E
1 Y N N N N
2 N Y N N N
3 Y Y N N N
etc
In my merge document, I want to place an embedded object in a table cell
depending on the criteria in the spreadsheet: { If { mergefield A } = "Y" "
{EMBED Word.Picture.8 }" }
In addition, I would also like to place a different embedded object if A=N
and B=Y in the same cell in merge document.
If A=Y and B=Y, then I would like to place an embedded object in the first
cell in the merge document and a new embedded object in another cell in the
merge document.
I hope there's some programming language using the "if then" statements.
Thanks