![]() |
About Lookup and Vlookup
I'm in Excel at college and I have to make a vlookup or lookup formula (not
specific on which) and I need help. This is the question from the textbook: "In the purchase order worksheet, Product ID numbers will be entered in B5. Create a lookup function to display the product type in C7, model name in C8, and price in C9. Product information is displayed in the product list worksheet." So I'm working with two worksheets. How do I start my lookup function? This is an example of what I have so far: VLOOKUP('Product List'!A8,Product Price[ID],1) That brings up the ID number from Product List A8 only and puts it in B5 on Purchase Order sheet. I don't know why for the second part it changed Product list to Product price either. If you can make sense of this please help. Assignment is due Friday and it's an online class so I don't see the teacher and she barely emails to help. Thank you Maria |
About Lookup and Vlookup
Assumptions:
'Product List' sheet has Col A: Id B: product type C: model name D: price type in C7 to get product type =VLOOKUP(B5,'Product List'!A:D,2,FALSE) type in C8 model name =VLOOKUP(B5,'Product List'!A:D,3,FALSE) type in C9 price =VLOOKUP(B5,'Product List'!A:D,4,FALSE) "Maria" wrote: I'm in Excel at college and I have to make a vlookup or lookup formula (not specific on which) and I need help. This is the question from the textbook: "In the purchase order worksheet, Product ID numbers will be entered in B5. Create a lookup function to display the product type in C7, model name in C8, and price in C9. Product information is displayed in the product list worksheet." So I'm working with two worksheets. How do I start my lookup function? This is an example of what I have so far: VLOOKUP('Product List'!A8,Product Price[ID],1) That brings up the ID number from Product List A8 only and puts it in B5 on Purchase Order sheet. I don't know why for the second part it changed Product list to Product price either. If you can make sense of this please help. Assignment is due Friday and it's an online class so I don't see the teacher and she barely emails to help. Thank you Maria |
About Lookup and Vlookup
Thank you so much. I'm not at school so I can't try it tonight, but I'm eager
to do it tomorrow. Thanks again. You deserve that bronze. Maria "Sheeloo" wrote: Assumptions: 'Product List' sheet has Col A: Id B: product type C: model name D: price type in C7 to get product type =VLOOKUP(B5,'Product List'!A:D,2,FALSE) type in C8 model name =VLOOKUP(B5,'Product List'!A:D,3,FALSE) type in C9 price =VLOOKUP(B5,'Product List'!A:D,4,FALSE) "Maria" wrote: I'm in Excel at college and I have to make a vlookup or lookup formula (not specific on which) and I need help. This is the question from the textbook: "In the purchase order worksheet, Product ID numbers will be entered in B5. Create a lookup function to display the product type in C7, model name in C8, and price in C9. Product information is displayed in the product list worksheet." So I'm working with two worksheets. How do I start my lookup function? This is an example of what I have so far: VLOOKUP('Product List'!A8,Product Price[ID],1) That brings up the ID number from Product List A8 only and puts it in B5 on Purchase Order sheet. I don't know why for the second part it changed Product list to Product price either. If you can make sense of this please help. Assignment is due Friday and it's an online class so I don't see the teacher and she barely emails to help. Thank you Maria |
About Lookup and Vlookup
Hi,
Just a warning, if you use a reference like A:D, your instructor will know you had help from an expert, and Sheeloo is an expert. If that is not a problem, fine, otherwise change the reference to something like A1:D10 or the exact range where your lookup table is. -- Thanks, Shane Devenshire "Maria" wrote: Thank you so much. I'm not at school so I can't try it tonight, but I'm eager to do it tomorrow. Thanks again. You deserve that bronze. Maria "Sheeloo" wrote: Assumptions: 'Product List' sheet has Col A: Id B: product type C: model name D: price type in C7 to get product type =VLOOKUP(B5,'Product List'!A:D,2,FALSE) type in C8 model name =VLOOKUP(B5,'Product List'!A:D,3,FALSE) type in C9 price =VLOOKUP(B5,'Product List'!A:D,4,FALSE) "Maria" wrote: I'm in Excel at college and I have to make a vlookup or lookup formula (not specific on which) and I need help. This is the question from the textbook: "In the purchase order worksheet, Product ID numbers will be entered in B5. Create a lookup function to display the product type in C7, model name in C8, and price in C9. Product information is displayed in the product list worksheet." So I'm working with two worksheets. How do I start my lookup function? This is an example of what I have so far: VLOOKUP('Product List'!A8,Product Price[ID],1) That brings up the ID number from Product List A8 only and puts it in B5 on Purchase Order sheet. I don't know why for the second part it changed Product list to Product price either. If you can make sense of this please help. Assignment is due Friday and it's an online class so I don't see the teacher and she barely emails to help. Thank you Maria |
All times are GMT +1. The time now is 07:22 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com