I have the following data from a worksheet for printing.
Col1 Col2 Col3
a 1 2
b
c 2 21
d
e 11 22

Can I get rid of the "b" and "d" since no data from Col2 and Col3 when printing, and just print like this
Col1 Col2 Col3
a 1 2
c 2 21
e 11 22

Thanks.