D
Daryl
I have information in a spreadsheet that is a being merged
into Word table. The problem I have is that some rows,
when merged, will be blank. Is there a way to
automatically not to have blank rows. I know that this
can be done in a paragraph without a problem, but I can't
seem to do it in a table. (Also, I am using a
if...then...else to not display values with 0).
Example (Word table, without if/then/else applied)
Apples 1
Bananas 2
Pears 0
Plums 3
Example (Word table, with if/then/else applied)
Apples 1
Bananas 2
Plums 3
Desired Output in Word table
Apples 1
Bananas 2
Plums 3
into Word table. The problem I have is that some rows,
when merged, will be blank. Is there a way to
automatically not to have blank rows. I know that this
can be done in a paragraph without a problem, but I can't
seem to do it in a table. (Also, I am using a
if...then...else to not display values with 0).
Example (Word table, without if/then/else applied)
Apples 1
Bananas 2
Pears 0
Plums 3
Example (Word table, with if/then/else applied)
Apples 1
Bananas 2
Plums 3
Desired Output in Word table
Apples 1
Bananas 2
Plums 3