How do I create invoices from an Excel spreadsheet?

L

LisaP

I have an excel spreadsheet with customer names, addresses, invoice amoounts.
I'd like to create invoices (1 page per customer). I have downloaded
templates but do not know how to merge the data.
 
A

Alvin

- open the template
- select the cell which should be unique to all records you have e.g.
Customer ID
- don't type the value of the real Customer ID, but type the cell where you
have the Customer ID. Suppose you have your table starting from AA1 where row
#1 contains the table headers (so the first record would be in row #2).
If you don't have Customer ID, Customer Name would be ok.
Type "=AA2" without the double quotes
- this would be the key to extract the other customer's information
(address, amounts)
- please refer to the function VLOOKUP..

Hope this can help you..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top