I have customer data (name,add,city,prov,code,phone) organized in columns. I would like to create a customer list to export to a web page.
What is the easiest way to do this? I would like all the data to end up in Column A in the format
Customer ABC
111 Whatever Street
Wherever, ON N2Y 2RX
(555) 555-5555
This works for the first customer but I need to repeat for 300 rows.
=Customer!A3
=Customer!B3
=Customer!C3&","&" "&Customer!D3&" "&Customer!E3
=Customer!F3
Any suggestions ?
THX
Bookmarks