Check if movie title is in Excel

Specular

New Member
Joined
Dec 14, 2016
Messages
3
So, I'm making an Excel workbook to make a movie collection for 4 persons. Each person has his own, identically-built worksheet with a list of watched movies. I'd like to make a column next to the 'TITEL' column, which shows a 'True' or 'False' when a title is entered, so you can check if you or another person has already watched that movie. So basically, it simply needs to check if that word is already in the column or in the 'TITEL' column of one of the other worksheets.

The excel worksheet looks like this:
https://puu.sh/sPKNn/92bce0e7b2.png

Thanks in advance!
 

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.
Person has a worksheet. Try this replacing Person 2 etc with the actual sheet name for the 2nd person.

=IF(OR(SUMPRODUCT(--('Person 2'!E:E=E2)),SUMPRODUCT(--('Person 3'!E:E=E2)),SUMPRODUCT(--('Person 4'!E:E=E2))),"TRUE","FALSE")
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,325
Members
452,635
Latest member
laura12345

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