You can use the INDEX and MATCH funtions with some named ranges to cross check the data from sheet1 to sheet2. See the attached file and the formula below
Main Topics
Browse All TopicsI have two spreadsheets.. one is nothing more thasn a column of numbers as such (call this SHEET_1)
A
1 12345
2 32456
3 63456
The second spreadsheet (SHEET_2) has more information, but the only relevant bit is the first 2 colums
A B
1 63456
2 62384
I want to know if it is possible to run a query / job that will compare every number in column A (I suspect putting them in a named range) with each number in a cell in SHEET_2 and if one of the numbers matches it will simply put a Y in column B.
Essentailly it will compare every sinlge number in SHEET_1 : Column A with all the individual numbers in SHEET_2:Column a.. so in a simple english flow
Sheet_1:A1 compared to Sheet_2:a1
Sheet_1:A2 compared to Sheet_2:a1
Sheet_1:A3 compared to Sheet_2:a1 MATCH so put a tick in SHEET_2 B1
Sheet_1:A1 compared to Sheet_2:A2
and so on
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: mvwmailPosted on 2009-03-31 at 05:37:11ID: 24028156
NOte : it is not a big problem to pull the data from SHEET_1 into SHEET_2 as a seperate sheet