Frame an Invoice from the data available in a separate sheet of excel

N

No News

Dear All,

I am new to this group.

I have an excel sheet where in the sales informations (like Invoice #,
quantity, price, name of the party, mode of transport, payment method, due
date, discount etc)in a row and there are several hundred rows.

Now in a separate sheet I want these datas in Invoice format. When I put a
particular row number (like "A15") then the datas relating to that rows will
automatically come into an Invoice format.

Can any one explain how to do it.

Your help is much appreciated.

Thanks in Advance.
Thiru
 
V

vezerid

Dear All,

I am new to this group.

I have an excel sheet where in the sales informations (like Invoice #,
quantity, price, name of the party, mode of transport, payment method, due
date, discount etc)in a row and there are several hundred rows.

Now in a separate sheet I want these datas in Invoice format. When I put a
particular row number (like "A15") then the datas relating to that rows will
automatically come into an Invoice format.

Can any one explain how to do it.

Your help is much appreciated.

Thanks in Advance.
Thiru

Design your second spreadsheet as an invoice. Some cells will hold the
values.
One cell will have the invoice number (say A1). In the cell where you
want to bring Qty (which, as you say is in the 2nd column):

=VLOOKUP(A1,'Sales'!A:F,2,0)

We assume that the sheet is cales Sales. Read the documentation on
VLOOKUP for the rest.

HTH
Kostis Vezerides
 
N

No News

Dear Kostis Vezerides.

Noted your explanation and will try it on.

Will post if anything else required.

Thanks a lot.

Regards,
Thiru
 

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