Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default help with search/lookup

I have 2 sheets.

Sheet 1 has just a few vendor numbers listed in column A.

Sheet 2 has ALL vendor numbers (about 30,000) in Column A and the vendor
name in Column B.

I want to do a formula in Sheet 1(cell B1) that would search sheet 2, and
match the vendor number with its corresponding name and show that name in B1.

anyone know how to do that???

Please help! Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PKK PKK is offline
external usenet poster
 
Posts: 8
Default help with search/lookup

Basic vlookup function:

In Sheet1, Cell B1 put:

=VLOOKUP(A1,Sheet2!A:B,2,FALSE)

Then you can copy this formula straight down the column in Sheet1 in the B
column and it will look up all the vendor names for which you have the number
listed in Column A on Sheet 1. The first variable will automatically change
as you copy it down the column from A1, to A2, A3, etc.

"ferosha42" wrote:

I have 2 sheets.

Sheet 1 has just a few vendor numbers listed in column A.

Sheet 2 has ALL vendor numbers (about 30,000) in Column A and the vendor
name in Column B.

I want to do a formula in Sheet 1(cell B1) that would search sheet 2, and
match the vendor number with its corresponding name and show that name in B1.

anyone know how to do that???

Please help! Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default help with search/lookup

Thanks, That worked...

"PKK" wrote:

Basic vlookup function:

In Sheet1, Cell B1 put:

=VLOOKUP(A1,Sheet2!A:B,2,FALSE)

Then you can copy this formula straight down the column in Sheet1 in the B
column and it will look up all the vendor names for which you have the number
listed in Column A on Sheet 1. The first variable will automatically change
as you copy it down the column from A1, to A2, A3, etc.

"ferosha42" wrote:

I have 2 sheets.

Sheet 1 has just a few vendor numbers listed in column A.

Sheet 2 has ALL vendor numbers (about 30,000) in Column A and the vendor
name in Column B.

I want to do a formula in Sheet 1(cell B1) that would search sheet 2, and
match the vendor number with its corresponding name and show that name in B1.

anyone know how to do that???

Please help! Thanks!

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
Search/Lookup and Place bassmanfranc Excel Worksheet Functions 2 March 21st 07 01:23 PM
Search and lookup KJW31 Excel Worksheet Functions 1 September 14th 06 09:47 PM
LOOKUP w/ multiple search columns? Fotop Excel Discussion (Misc queries) 1 March 24th 06 12:10 PM
search all tabs for tab name specified & lookup reference? BMW Excel Worksheet Functions 5 November 4th 05 04:16 PM
Search/lookup/cell reference daetar Excel Worksheet Functions 1 June 21st 05 06:47 PM


All times are GMT +1. The time now is 08:22 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"