Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 74
Default Matching values in 2 columns

I have 2 spreadsheets with various column. I would like to see if it's
possible tos et up a formula that will:

1. Look at each number in a specified column in sheet 1.
2. Attempt to find that same value somewhere in a specified column in sheet 2
3. If it doesn't find that number in sheet 2, it woud either highlight the
value in sheet 2, or put a "no" in another column also in sheet 1.
4. Repeat this for each number in sheet 1.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Matching values in 2 columns

Say your list of data is in column A of sheet1.

And the list to check against is in column X of sheet2.

You could use this formula in column B.

=isnumber(match(a1,sheet2!x:x,0))
and drag down as far as you need.

You'll see True if there's a match and False if there is no match.

Chip Pearson has lots of techniques to work with duplicates:
http://www.cpearson.com/excel/Duplicates.aspx

richzip wrote:

I have 2 spreadsheets with various column. I would like to see if it's
possible tos et up a formula that will:

1. Look at each number in a specified column in sheet 1.
2. Attempt to find that same value somewhere in a specified column in sheet 2
3. If it doesn't find that number in sheet 2, it woud either highlight the
value in sheet 2, or put a "no" in another column also in sheet 1.
4. Repeat this for each number in sheet 1.


--

Dave Peterson
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
Finding Most Recent Values in Col1 -- Summing Matching Values Rothman Excel Discussion (Misc queries) 5 December 20th 07 08:19 PM
Matching values in two columns Rob Excel Discussion (Misc queries) 4 December 6th 06 04:44 AM
matching values in columns that contain duplicates jellybean Excel Discussion (Misc queries) 8 August 15th 06 02:13 AM
Req help matching values across columns in Excel Richard B Excel Worksheet Functions 1 May 7th 06 08:31 PM
Matching values from two columns and making a third column with the results - possible? Jamie Furlong Excel Discussion (Misc queries) 5 June 16th 05 03:32 PM


All times are GMT +1. The time now is 07:17 AM.

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"