How to Check if Cell Contains Text from List in Excel

In this tutorial, you will learn how to check if cell contains text from list in Excel.

Once you are ready, we can start by using real-life scenarios to help you understand how to check if cell contains text from list in Excel.

Check If Cell Contains Text From List in Excel

Before we begin we will need a group of data to be used to check if cell contains text from list in Excel.

Step 1

First, you need to have a clean and tidy group of data to work with.

Step 2

In this example, we want to check if the list of ‘B’, ‘F’ and ‘Q’ are included within the list of descriptions. To do that, we will insert the following formula =IF(OR(COUNTIF(A2,”*”&$D$2:$D$4&”*”)), “Yes”, “”).

Step 3

Once we are done, you will be able to check if cell contains text from list.