move data to order sheet

C

confused

This seems simple, however, I'm struggling. We have a master inventory list,
I want to make an order form on a separate sheet that when data is inputed to
the quantity to order columns on the master list it will move description,
quantity and weight columns to the order sheet. I can then fax the order
sheet without sorting the master then setting range. TIA
 
P

Per Jessen

Hi

Have a look at the "LOOKUP" function, it should do what you need.

Regards,

Per
 
C

confused

Per Jessen, I've been looking at that, however, it has been about 5 years
since I've done any real excel work, I can't figure out the procedure. If you
could give me an example that would be great.
 
P

Per Jessen

Hi

Here's an example:

On the Master sheet we have three columns : Unit #, Price, Weight (Column
A:C)

On the Order sheet we enter Unit # in A2, and in B2 we have this formula:

=LOOKUP(A2;Master!A2:A10;Master!C2:C10)

which will lookup the weight corresponding to the unit # entered in A2.

BTW: Click on the equal sign left to the formula line after entering
"=Lookup" to make excel help you createing your formula.

Hope that helps - otherwise write again.

Regards,

Per
 

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