Check if value in List 2 exist in Range 1 or not

ceecee88

Board Regular
Joined
Jun 30, 2022
Messages
59
Office Version
  1. 365
  2. 2013
Platform
  1. Windows
Thought it was an easy one but it wasn't ^^", I'm trying to see if value in in Range 1 exist in List 2 or not. If yes return 1 if no return 0 in array (example of expected result in column C). I try COUNTIF, IF, SUMIF, SUMPRODUCT but didn't get the result I want, any suggestion please?

Thank you so much!

1661598676486.png
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
The range needs to be absolute. So when you drag down the formula, the list range stays the same.

Excel Formula:
=COUNTIF($E$2:$E$16,A2)
 
Upvote 0
The range needs to be absolute. So when you drag down the formula, the list range stays the same.

Excel Formula:
=COUNTIF($E$2:$E$16,A2)
Hi, is there a way to return this in array not the drag down formula? I need to plug it into another SUMPRODUCT formula (with multiple conditions). I already got other pieces to work just need this bit to return in array.
Thank you!
 
Upvote 0

Forum statistics

Threads
1,216,058
Messages
6,128,539
Members
449,457
Latest member
ncguzzo

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