Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Bryan
 
Posts: n/a
Default Comparing Data Between Worksheets

I have 1 Workbook with 2 seperate sheets. On Sheet 1 Column A is about 13500
par numbers on Sheet 2 Column A is about 12500 Part numbers and Column B is
Item Name.

How can I compare Sheet1 Column A to Sheet 2 Column A?

How can I compare Sheet 1 Column A to Sheet 2 Column A and then see the ones
that are not the same?

Can I have excel match Sheet 1 Column A to Sheet 2 Column A and if they
match brng the information in Column B over to sheet 1 for the matches?

Or am I asking for to much?
  #2   Report Post  
bj
 
Posts: n/a
Default

in sheet1 B1
=if(iserror(vlookup(A1,Sheet2!A:B,2,false)),"no
match",vlookup(A1,Sheet2!A:B,2,false))
and copy down to the bottom of your data.
If you want to further highlight the ones with no match
use conditional formating
Select column B
<Format<Conditonal format formula is =B1="no match" Set fotmat as you want.
Note with conditional formating I sometimes have to go back in and get rid
of extranious quote mates and absolute references when I want relative
references.

"Bryan" wrote:

I have 1 Workbook with 2 seperate sheets. On Sheet 1 Column A is about 13500
par numbers on Sheet 2 Column A is about 12500 Part numbers and Column B is
Item Name.

How can I compare Sheet1 Column A to Sheet 2 Column A?

How can I compare Sheet 1 Column A to Sheet 2 Column A and then see the ones
that are not the same?

Can I have excel match Sheet 1 Column A to Sheet 2 Column A and if they
match brng the information in Column B over to sheet 1 for the matches?

Or am I asking for to much?

  #3   Report Post  
aristotle
 
Posts: n/a
Default

Hi,

You need to familiarise yourself with VLOOKUP():

VLOOKUP(Lookup_Value,Range,Col_Index,Match_Type)

Something like =VLOOKUP(A1,Sheet2!A1:B1250,2,0) where common reference is in
column A and data to return is in column B. Use the help feature for
detailed examples.

Regards,
A
--
We are what we repeatedly do. Excellence, therefore, is not an act, but a
habit.


"Bryan" wrote:

I have 1 Workbook with 2 seperate sheets. On Sheet 1 Column A is about 13500
par numbers on Sheet 2 Column A is about 12500 Part numbers and Column B is
Item Name.

How can I compare Sheet1 Column A to Sheet 2 Column A?

How can I compare Sheet 1 Column A to Sheet 2 Column A and then see the ones
that are not the same?

Can I have excel match Sheet 1 Column A to Sheet 2 Column A and if they
match brng the information in Column B over to sheet 1 for the matches?

Or am I asking for to much?

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
Combining data from several worksheets Johnny T New Users to Excel 4 May 30th 05 07:22 PM
have 3 worksheets, 1 is a form, the other 2 data for the form-wan. bken Excel Worksheet Functions 0 January 12th 05 09:15 PM
Pivot table retrieving data from several worksheets Gizmo Excel Worksheet Functions 2 December 29th 04 02:43 AM
Named dynamic ranges, copied worksheets and graph source data WP Charts and Charting in Excel 1 November 28th 04 05:19 PM


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