Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do I use Excel 2007's Lookup function to find information on another
spreadsheet in the same workbook and display that information into cells corresponding with the information? For my project, I am needing to type in the Product ID Number into a cell in one spreadsheet and have it use a function to find three values (Type, Model, and Price) that correspond with that ID Number in a seperate spreadsheet and show those values in seperate Cells on the first sheet under the correct categories. -- Earl Miles Mitchell Access 2003 Trainee |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try using INDEX/MATCH, e.g
=INDEX(type_range,MATCH(ID,product_range,0)) "emitch7910" wrote: How do I use Excel 2007's Lookup function to find information on another spreadsheet in the same workbook and display that information into cells corresponding with the information? For my project, I am needing to type in the Product ID Number into a cell in one spreadsheet and have it use a function to find three values (Type, Model, and Price) that correspond with that ID Number in a seperate spreadsheet and show those values in seperate Cells on the first sheet under the correct categories. -- Earl Miles Mitchell Access 2003 Trainee |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
We have to use the =vlookup to find three items in seperate worksheets from
the same workbook. -- Earl Miles Mitchell Access 2003 Trainee "daddylonglegs" wrote: Try using INDEX/MATCH, e.g =INDEX(type_range,MATCH(ID,product_range,0)) "emitch7910" wrote: How do I use Excel 2007's Lookup function to find information on another spreadsheet in the same workbook and display that information into cells corresponding with the information? For my project, I am needing to type in the Product ID Number into a cell in one spreadsheet and have it use a function to find three values (Type, Model, and Price) that correspond with that ID Number in a seperate spreadsheet and show those values in seperate Cells on the first sheet under the correct categories. -- Earl Miles Mitchell Access 2003 Trainee |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pasting a chart from Excel 2007 to Word 2007 trouble | Charts and Charting in Excel | |||
import excel 2007 in outlook 2007 | Excel Discussion (Misc queries) | |||
How can you "save as" in excel 2007 (and word 2007)? | Excel Discussion (Misc queries) | |||
Exporting Quickbooks 2007 to Excel 2007 | Excel Worksheet Functions | |||
Problems with my links to an excel 2007 file from a word 2007 file | Links and Linking in Excel |