OK, let me do my best here to describe what I'm trying to do. I understand VBA coding in Access but not much in Excel. For what I'm trying to do on a whole Excel is a better venue for me to use. I have two worksheets in Excel and they are labeled as such:
"Employee Evaluation Form"
"Product List"
The worksheet "Product List" is a list of a bunch of products that I want to evaluate employees on. Each product as a unique ID. Each record in the product list has an ID #, Product Description, and Defect.
I have a cell in the form "Employee Evaluation Form" which happens to be AG3 which I want to be able to type in a Product ID # and load the Product description into cell S3.
For example, if I type "1.1" into my lookup cell (AG3), I want the description "Tenderloin" to pop up in cell S3. On the product list, Tenderloin's record information is in row 3 starting with the ID in column A, Description in column B, and Defect in Column C. So I want Excel to find cell A3, and load cell B3 into cell S3 on the Employee Evaluation Form. In short I'm trying to do a lookup like I would in Access, but I do not know how to do it in Excel.
Can anyone help me?
Thanks,
Chris
"Employee Evaluation Form"
"Product List"
The worksheet "Product List" is a list of a bunch of products that I want to evaluate employees on. Each product as a unique ID. Each record in the product list has an ID #, Product Description, and Defect.
I have a cell in the form "Employee Evaluation Form" which happens to be AG3 which I want to be able to type in a Product ID # and load the Product description into cell S3.
For example, if I type "1.1" into my lookup cell (AG3), I want the description "Tenderloin" to pop up in cell S3. On the product list, Tenderloin's record information is in row 3 starting with the ID in column A, Description in column B, and Defect in Column C. So I want Excel to find cell A3, and load cell B3 into cell S3 on the Employee Evaluation Form. In short I'm trying to do a lookup like I would in Access, but I do not know how to do it in Excel.
Can anyone help me?
Thanks,
Chris