Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 193
Default move data to order sheet

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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,533
Default move data to order sheet

Hi

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

Regards,

Per

"confused" skrev i meddelelsen
...
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


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 193
Default move data to order sheet

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.

"Per Jessen" wrote:

Hi

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

Regards,

Per

"confused" skrev i meddelelsen
...
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



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,533
Default move data to order sheet

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


"confused" skrev i meddelelsen
...
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.

"Per Jessen" wrote:

Hi

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

Regards,

Per

"confused" skrev i meddelelsen
...
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




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default move data to order sheet

Visit Debra Dalgleish's site for info on VLOOKUP function to pull data based on
value. Note the downloadable sample workbooks.

http://www.contextures.on.ca/xlFunctions02.html

Also see Debra's site for info on Data Validation selection lists for inputting
the data if need be.

http://www.contextures.on.ca/xlDataVal01.html


Gord Dibben MS Excel MVP


On Fri, 21 Mar 2008 11:10:00 -0700, confused
wrote:

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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Populate order sheet with data from work sheet Veronica Johnson Excel Worksheet Functions 4 January 22nd 08 03:29 AM
How do I move daily data from one sheet to a 'yearly sheet' ClintH2007 Excel Worksheet Functions 3 September 10th 07 07:02 AM
Move data to new sheet - rename sheet based on criteria ? [email protected] Excel Discussion (Misc queries) 7 May 16th 07 10:22 PM
move rows of data seperated in a sheet to a sheet with no separat Lynn Excel Worksheet Functions 5 December 22nd 06 03:18 AM
sort rows in alphabetical order and move the corresponding data lianeanddave Excel Worksheet Functions 3 August 26th 05 04:43 PM


All times are GMT +1. The time now is 07:58 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"