Conditional Formatting If Cell Contains Any Text – Excel & Google Sheets

Written by

Mel Jenkins

Reviewed by

Laura Tsitlidze

Last updated on April 10, 2023

This tutorial will demonstrate how to highlight cells that contain any text using Conditional Formatting in Excel and Google Sheets.

 

if cell contains text master

 

Highlight Cells That Contain Text

To highlight cells that contain any text at all, you can create a Conditional Formatting custom formula rule.

  1. Select the range you want to apply formatting to.
  2. In the Ribbon, select Home > Conditional Formatting > New Rule.

 

if cell contains text menu

 

  1. Select Use a formula to determine which cells to format, and enter the following formula (with the ISTEXT Function):
=ISTEXT(B4)

 

if cell contains text formula

 

  1. Click on the Format button and select your desired formatting.

 

conditional formatting greater less than format

 

  1. Click OK, then OK again to return to the Conditional Formatting Rules Manager.

 

if cell contains text rules manager

 

  1. Click Apply to apply the formatting to your selected range, then Close.

This formula will return TRUE when the cell contains any text and will therefore format the text in those cells accordingly.

 

if cell contains text master final

 

Note: You can also use Conditional Formatting to highlight cells with specific text.

Highlight Cells That Contain Text in Google Sheets

Highlighting cells that contain text in Google Sheets is similar.

  1. Highlight the cells you wish to format, and then click on Format > Conditional Formatting.

 

google sheets if cell contains text menu

 

  1. The Apply to range section will already be filled in.

 

google sheets if cell contains text range

 

  1. From the Format Rules section, select Custom formula is and type in the formula.

 

google sheets if cell contains text formula

 

  1. Select the fill style for the cells that meet the criteria.

 

google sheets conditional formatting greater less than format

 

  1. Click Done to apply the rule.

 

google sheets if cell contains text master final

AI Formula Generator

Try for Free

See all How-To Articles