Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Example of COUNTIFS with variable table column in Excel
  • Randomize/ Shuffle List in Excel
  • How to calculate average last N values in a table in Excel
  • How to create Checklist in Excel
  • How to conditionally sum numeric data in an Excel table using SUMIFS

References

  • Two-way lookup with VLOOKUP in Excel
  • How to get first row number in range in Excel
  • Complete List of Excel Lookup and Reference Functions, References and Examples
  • How to get last row in mixed data with blanks in Excel
  • Basic INDEX MATCH approximate in Excel

Data Validations

  • Data validation must not exist in list
  • Excel Data validation require unique number
  • Excel Data validation must not contain
  • Excel Data validation exists in list
  • Excel Data validation with conditional list

How to check cell contains which things in Excel

by

If you have a list of things (words, substrings, etc) and want to find out which of these things appear in a cell, you can build a simple table and use a formula based on the SEARCH function.

Setup

Suppose you have a cells that contain text that mentions various colors, and you want to figure out which colors are mentioned in each cell.

With the text on the left, create a simple table with the cells you want to check on the left, and the words you want to look for as column labels to the right.

See example below:

Formula

=IF(ISNUMBER(SEARCH(substring,text)),substring,"")

Note that the references in this formula are carefully constructed. The reference to C$4 has the row locked, and the reference to $B5 has the column locked. This allows the formula to be copied throughout the table and still work correctly.

Explanation

In the example, we are checking for 6 colors, so the table has 7 columns total including the column we are searching within.

In the second column, add the first formula. In cell C5 of the example, we have:

=IF(ISNUMBER(SEARCH(C$4,$B5)),C$4,"")

How this formula works

This formula is based on the simpler formula described here. It uses the SEARCH function to look inside B5 for using cell C4 as the search string. If SEARCH returns a number, it means the search string was found. In that case, ISNUMBER will return TRUE, and the IF function will return the value in C4.

If the search string isn’t found, SEARCH returns an error, ISNUMBER returns FALSE, and the IF function returns an empty string (“”) — the value if FALSE.

 

Post navigation

Previous Post:

DECIMAL function: Description, Usage, Syntax, Examples and Explanation

Next Post:

AVERAGE function: Description, Usage, Syntax, Examples and Explanation

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • How to use IFS function in Excel
  • XOR function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel FALSE Function
  • How to use Excel OR Function
  • FALSE function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • How to calculate next day of week in Excel
  • Convert date to Julian format in Excel
  • How to join date and text together in Excel
  • Calculate total hours that fall between two times in Excel
  • Convert Excel time to decimal minutes

Grouping

  • If cell contains one of many things in Excel
  • Group numbers at uneven intervals in Excel
  • Group numbers with VLOOKUP in Excel
  • How to randomly assign data to groups in Excel
  • How to randomly assign people to groups in Excel

General

  • List sheet names with formula in Excel
  • 44 Practical Excel IF function Examples
  • Excel Ribbon Quick Overview For Beginners
  • How to choose page/paper size in Excel before Printing
  • How to test a range for numbers in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning