We are working on an address label sheet (i.e. sheet of 8 labels with multiple addresses to affix to customer orders).
Data is imported into Excel and then printed.
The label is in the following format,
---------------------------------------
Return Address - 1A The Street, Someplace,
Somewhere, AA1 1AA, United Kingdom.
(CUSTOMER NAME)
(ADDRESS 1)
(ADDRESS 2)
(ADDRESS 3)
(POSTCODE)
(COUNTRY)
----------------------------------------
For the majority of orders this is fine, but some customers do not enter anything in the (ADDRESS 3) row or (POSTCODE) row, leaving these cells blank in Excel, and an address label printed as follows,
---------------------------------------
Return Address - 1A The Street, Someplace,
Somewhere, AA1 1AA, United Kingdom.
MR A SMITH
14 IRISH STREET
DUBLIN
IRELAND
----------------------------------------
This looks rubbish! Is there a way to format the label properly, for example a formula to move cell text to the cell above or cell below if it is empty to give the desired format (below)?
---------------------------------------
Return Address - 1A The Street, Someplace,
Somewhere, AA1 1AA, United Kingdom.
MR A SMITH
14 IRISH STREET
DUBLIN
IRELAND
----------------------------------------
Bookmarks