I want to create an excel document that has multiple sheets.
On one sheet will be a database of clients.
On another sheet will be an invoice.
When the user enters the name of the client on the invoice, Excel
should automatically add the address from the database to the invoice.
Does anybody know of any tutorials that explain how to do this. The
tutorial doesn't have to be too detailed, but provide enough
information on how to do it.
I have seen example spreadsheets that do this, but it is difficult to
work out how they have been created.
Thanks
Max - 16 Dec 2006 10:55 GMT
You can achieve what you're after with either VLOOKUP or INDEX/MATCH
Try Debra's nice coverage on VLOOKUP or INDEX/MATCH at her:
http://www.contextures.com/xlFunctions02.html
VLOOKUP
http://www.contextures.com/xlFunctions03.html
INDEX/MATCH
There's also some sample workbooks available for d/l & study

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
>I want to create an excel document that has multiple sheets.
> On one sheet will be a database of clients.
[quoted text clipped - 11 lines]
>
> Thanks