Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Heres the problem;
On one spreedsheet, i have a Certificate of Analysis final for a product, and on other spreed sheet i have all the codes for these products and i have all the information i need on the latter sheet. I want to be able to simply type a product code into the 1st sheet, and have the information I need to auto fill. I have tryed many times to make this work, but with no success. Help please?? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can do this without VBA
Name the range where all the data exists (I'm gonna call it "CertData Name the range (cell) where you want to type the product code (I'm gonna call it "ProdCode") Make the formula in the data fialds on the certificate like: =Vlookup(ProdCode,CertData,2 False) Where "2" is the column in the data containing the value you want. Easy huh? "Jared" wrote in message ... Heres the problem; On one spreedsheet, i have a Certificate of Analysis final for a product, and on other spreed sheet i have all the codes for these products and i have all the information i need on the latter sheet. I want to be able to simply type a product code into the 1st sheet, and have the information I need to auto fill. I have tryed many times to make this work, but with no success. Help please?? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Complex value lookup? (Excel 2003) | Excel Discussion (Misc queries) | |||
Excel 2003 - Lookup type of question | Excel Worksheet Functions | |||
Excel 2003 Lookup function | Excel Worksheet Functions | |||
Does 2003 excel have training on V Lookup | Excel Worksheet Functions | |||
can i delete "lookup" from right-click in excel 2003? | Excel Worksheet Functions |