Compare two lists

wrxmania

New Member
Joined
Dec 14, 2009
Messages
2
Hi:

This is my scenario: I have data in two columns and I want to see which ones from column A is also available in Column C

A: Inventory
876-WI
764-IL
334-AL
785-WA
657-MT

Column C: Sold
657-MT
334-AL
876-WI

So in column B I want to put a formula which will identify whether an entry in column A is also present in B or not. That way I can count the inventory in hand.
 
Last edited:

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Thanks for your quick reply. If I input the following function, would it put NonInv next to an item from A it it is available in C

=IF(COUNTIF($C$1:$C$2,A1),NonInv,Inv)
 
Upvote 0

Forum statistics

Threads
1,214,830
Messages
6,121,831
Members
449,051
Latest member
excelquestion515

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