Excel 20007 Matching Values from 2 sheets

cashew1970

Board Regular
Joined
Feb 28, 2005
Messages
57
Hello All,,

I have a workbook that contains 2 sheets

Sheet1 contains data of accounts active on a system, and A1 has the account numbers in

Sheet2 contains info of people who have paid for accounts and B1 has the acount numbers in


I am looking to highlight all of the accounts in Sheet 2 that do not appear in sheet1 so that we can identify all of the accounts that have not registered but are still paying for a service

I have tried Vlookup, but appear to be failing! and I really do not like Outlook 2007!!

Regards

Martin
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Hi
Try match function
in any free column say C
C1 = if(iserror(match(B1,sheet1!A1:A100,0)), "no match", "match found")
Ravi
 
Upvote 0

Forum statistics

Threads
1,214,661
Messages
6,120,796
Members
448,994
Latest member
rohitsomani

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top