Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default comparing lists - i think

i have a column of names & another 'master' column of these and many more
names with a no.
i need to find the no. from the master column to match with the name in the
first column
basically i need to end up with just the first list and the appropriate no.
what would be the easiest way to do this
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default comparing lists - i think


Try e.g. this,

=VLOOKUP(A1,C:D,2,FALSE)

Put this formula to the right of each name in the first list.

1. argument (A1) is reference to the name in the first list.
2. arg. (C:D) is the "master columns" containing names and numbers, either
on a separate place in the first list, or another sheet in the same workbook.
3. arg. (2) is the place in the "master" where the result is.
4. arg. (FALSE), only exact matches will be given.



--
~roar


xeno skrev:

i have a column of names & another 'master' column of these and many more
names with a no.
i need to find the no. from the master column to match with the name in the
first column
basically i need to end up with just the first list and the appropriate no.
what would be the easiest way to do this

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default comparing lists - i think

thanking you roar, that worked perfectly
cheers, Xeno
"Roar" wrote:


Try e.g. this,

=VLOOKUP(A1,C:D,2,FALSE)

Put this formula to the right of each name in the first list.

1. argument (A1) is reference to the name in the first list.
2. arg. (C:D) is the "master columns" containing names and numbers, either
on a separate place in the first list, or another sheet in the same workbook.
3. arg. (2) is the place in the "master" where the result is.
4. arg. (FALSE), only exact matches will be given.



--
~roar


xeno skrev:

i have a column of names & another 'master' column of these and many more
names with a no.
i need to find the no. from the master column to match with the name in the
first column
basically i need to end up with just the first list and the appropriate no.
what would be the easiest way to do this

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
Comparing lists John in MN Excel Worksheet Functions 1 May 24th 06 06:57 PM
Comparing two lists in excel that don't match exactly Tina Excel Worksheet Functions 2 May 11th 05 05:00 PM
Comparing lists of map references simonralph Excel Worksheet Functions 0 April 8th 05 01:18 PM
Comparing multiple lists Steve Excel Worksheet Functions 1 March 1st 05 10:06 PM
Comparing 2 Customer Lists to Identify Shared Customers carl Excel Worksheet Functions 2 January 26th 05 07:17 PM


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