#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default VLOOKUP ??

New to VLOOKUP's here- Read the tutorial but not making sense.
Here's my question

I have a list of names on and excel sheet called "teams"
Mary
John
randy
Jim

I have another sheet called "results" with the same names but in a different
order
John 12
Jim 13
Mary 11
Randy 10

I'd like the first work sheet to look at the 2nd work sheet and find the
corrisponding name- and copy the value to the first work sheet.

Hope that makes sense-

Thanks for looking
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 287
Default VLOOKUP ??

Assuming your list of names starts at A2 downwards on both sheets, results
has values in column B then in teams!B2 use this formula

=VLOOKUP(A2,results!A$2:B$100,2,0)

and copy down the column

adjust ranges as necessary

" wrote:

New to VLOOKUP's here- Read the tutorial but not making sense.
Here's my question

I have a list of names on and excel sheet called "teams"
Mary
John
randy
Jim

I have another sheet called "results" with the same names but in a different
order
John 12
Jim 13
Mary 11
Randy 10

I'd like the first work sheet to look at the 2nd work sheet and find the
corrisponding name- and copy the value to the first work sheet.

Hope that makes sense-

Thanks for looking

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
Vlookup in vlookup - taking the result as array name SupperDuck Excel Worksheet Functions 2 June 2nd 07 11:05 AM
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP buffgirl71 Excel Discussion (Misc queries) 12 November 14th 06 11:36 PM
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) MikeR-Oz New Users to Excel 1 March 22nd 06 09:01 AM
IF(AND(val1=VLOOKUP( );val2>=VLOOKUP( );val2<=VLOOKUP( );VLOOKUP( Oso Excel Worksheet Functions 2 January 26th 05 06:56 AM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM


All times are GMT +1. The time now is 06:04 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"