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

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
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,226,693
Messages
6,192,471
Members
453,726
Latest member
JoeH57

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