Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 71
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 71
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,344
Default 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

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
=IF(AND(LOOKUP(F3,A21:A42)=F3,LOOKUP(B4,B21:B42)=B4),(VLOOKUP(B4,B RWD715 Excel Worksheet Functions 9 October 10th 08 10:11 PM
lookup or vlookup [email protected] Excel Worksheet Functions 7 July 28th 08 11:53 PM
Help with lookup (vlookup) davidio Excel Worksheet Functions 1 July 27th 07 08:42 PM
LOOKUP or VLOOKUP MichelleS Excel Worksheet Functions 9 October 20th 06 02:11 PM
Lookup without VLOOKUP? J New Users to Excel 6 November 17th 05 06:57 AM


All times are GMT +1. The time now is 04:05 PM.

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

About Us

"It's about Microsoft Excel"