Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 109
Default Excel 2003 lookup help

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Excel 2003 lookup help

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
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
Complex value lookup? (Excel 2003) Ann Scharpf Excel Discussion (Misc queries) 6 February 25th 10 11:54 AM
Excel 2003 - Lookup type of question Fran Excel Worksheet Functions 3 June 4th 09 12:30 AM
Excel 2003 Lookup function Newfie809 Excel Worksheet Functions 3 November 12th 07 06:06 PM
Does 2003 excel have training on V Lookup Matt Franc Excel Worksheet Functions 4 September 28th 05 08:12 PM
can i delete "lookup" from right-click in excel 2003? aarria Excel Worksheet Functions 1 February 22nd 05 05:34 PM


All times are GMT +1. The time now is 03:26 AM.

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"