Comparing Account Numbers

howard

Well-known Member
Joined
Jun 26, 2006
Messages
6,601
Office Version
  1. 2021
Platform
  1. Windows
I would like to compare account numbedrs in Col B to the account numbers which I have imported into column F to see which ones have not been accounted for.

I would like a formula to enable me to do this

Your assistance in this regard with be most appreciated
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
try this
Excel Workbook
BCDEF
1111-111Not Found111-115
2111-112Not Found111-116
3111-113Not Found111-117
4111-114Not Found111-118
5111-115Found111-119
6111-116Found111-120
7111-117Found111-121
8111-118Found111-122
9111-119Found
10111-120Found
Sheet1
Excel 2007
Cell Formulas
RangeFormula
C1=IF(ISNUMBER(MATCH(B1,$F$1:$F$8,0)),"Found","Not Found")
 
Upvote 0
Thanks for the help, formula works perfectly
 
Upvote 0

Forum statistics

Threads
1,224,514
Messages
6,179,220
Members
452,895
Latest member
BILLING GUY

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