Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / August 2006

Tip: Looking for answers? Try searching our database.

Vlookup funtions

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Kel - 21 Aug 2006 19:26 GMT
Hi I am trying to lookup a value on one worksheet, match to a second
worksheet then pull in a text value from the second worksheet to the first
worksheet.

Thanks Kelly
Niek Otten - 21 Aug 2006 19:36 GMT
Indeed VLOOKUP probably is what you need.

If you'd like to have somewhat more detailed support, please supply somewhat more details about your requirements.

Signature

Kind regards,

Niek Otten
Microsoft MVP - Excel

| Hi I am trying to lookup a value on one worksheet, match to a second
| worksheet then pull in a text value from the second worksheet to the first
| worksheet.
|
| Thanks Kelly
Kel - 21 Aug 2006 21:15 GMT
I have the same code(numeric) on two worksheets. One A it has more detailed
information and the code could be listed more then once in a column. On B the
code is only listed once but also has a name that is assigned to the code. I
need to get the name (text) assigned to the first worksheet.

Thanks

> Indeed VLOOKUP probably is what you need.
>
[quoted text clipped - 5 lines]
> |
> | Thanks Kelly
Dave Peterson - 21 Aug 2006 21:44 GMT
Say your code is in A1 of Sheet1 and Sheet2 contains your column of codes (in
column A) and Names (column B).

You could use:

=vlookup(a1,sheet2!a:b,2,false)

or to avoid a few errorw if there wasn't a match:

=if(a1="","",if(iserror(vlookup(a1,sheet2!a:b,2,false)),"No Match!",
                       vlookup(a1,sheet2!a:b,2,false)))

(all in one cell)

Debra Dalgleish has lots of notes on =vlookup():
http://www.contextures.com/xlFunctions02.html

> I have the same code(numeric) on two worksheets. One A it has more detailed
> information and the code could be listed more then once in a column. On B the
[quoted text clipped - 18 lines]
> > |
> > | Thanks Kelly

Signature

Dave Peterson

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.