Highlight text values
The conditional formatting formula applied to cell range F3:F13 highlights all cells containing text. Here is how I did it:
- Select cell range F3:F13
- Go to tab "Home" on the ribbon
- Press with mouse on "Conditional Formatting" button
- Press with mouse on "New Rule.."
- Select "Use a formula to determine which cells to format"
- Type =ISTEXT(F3) in field "Format values where this formula is true:"
- Then press with left mouse button on "Format..." button
- Go to tab "Fill"
- Pick a color
- Press with left mouse button on OK button
- Press with left mouse button on OK button to return to Excel.
Explaining conditional formatting formula
Why =ISTEXT(F3)? The cell range we want to highlight empty cells in is F3:F13 so the cell we must highlight first is the cell in the cell range.
Cell reference F3 is a relative cell reference and changes in the cell range we want to format, see picture below.
If ISTEXT(F3) returns TRUE the cell is highlighted and FALSE returns nothing. Check out more IS-functions in the Information category.
Get Excel *.xlsx file
Cf basic formulas category
In this post I am going to try to explain formula basics in conditional formatting. It is really good if […]
This article demonstrates how to apply Conditional Formatting formula to a cell range, it finds cells that are in close […]
Table of Contents Highlight empty cells Explaining CF formula How to apply conditional formatting Formulas returning nothing Cells with hidden […]
Conditional Formatting categories
Excel categories
Leave a Reply
How to comment
How to add a formula to your comment
<code>Insert your formula here.</code>
Convert less than and larger than signs
Use html character entities instead of less than and larger than signs.
< becomes < and > becomes >
How to add VBA code to your comment
[vb 1="vbnet" language=","]
Put your VBA code here.
[/vb]
How to add a picture to your comment:
Upload picture to postimage.org or imgur
Paste image link to your comment.