Chapter 19: Conditional Formatting

In This Chapter

• An overview of Excel's conditional formatting feature

• How to use the graphical conditional formats

• Examples of using conditional formatting formulas

• Tips for using conditional formatting

This chapter explores the topic of conditional formatting, one of Excel's most versatile features. You can apply conditional formatting to a cell so that the cell looks different, depending on its contents.

Conditional formatting is a useful tool for visualizing numeric data. In some cases, conditional formatting may be a viable alternative to creating a chart.

About Conditional Formatting

Conditional formatting enables you to apply cell formatting selectively and automatically, based on the contents of the cells. For example, you can apply conditional formatting in such a way that all negative values in a range have a light-yellow background color. When you enter or change a value in the range, Excel examines the value and checks the conditional formatting rules for the cell. If the value is negative, the background is shaded. If not, no formatting is applied.

Conditional formatting is an easy way to quickly identify erroneous cell entries or cells of a particular type. You can use a format (such as bright-red cell shading) to make particular cells easy to identify.

Figure 19-1 shows a worksheet with nine ranges, each with a different type of conditional formatting rule applied. Here's a brief explanation of each:

Greater than ten: Values greater than ten are highlighted with a different background color. This rule is just one of many numeric value related rules that you can apply.

Above average: Values that are higher than the average value are highlighted.

Duplicate values: Values that appear in the range more than one time are highlighted.

Words that contain X: If the cell contains X (upper- or lowercase), the cell is highlighted.

Data bars: Each cell displays a horizontal bar, the length of which is proportional to its value.

Color scale: The background color varies, depending on the value of the cells. You can choose from several different color scales or create your own.

Icon set: One of several icon sets. It displays a small graphic in the cell. The graphic varies, depending on the cell value.

Icon set: Another icon set, with all but one icon in the set hidden.

Custom rule: The rule for this checkerboard pattern is based on a formula:

=MOD(ROW(),2)=MOD(COLUMN(),2)

on_the_web.eps

This workbook, named conditional formatting examples.xlsx, is available at this book's website.

9781118490457-fg1901.tif

Figure 19-1: This worksheet demonstrates a few conditional formatting rules.

Specifying Conditional Formatting

To apply a conditional formatting rule to a cell or range, select the cells and then use one of the commands from the Home⇒Styles⇒Conditional Formatting drop-down list to specify a rule. The choices are

Highlight Cell Rules: Examples rules include highlighting cells that are greater than a particular value, are between two values, contain specific text string, contain a date, or are duplicated.

Top Bottom Rules: Examples include highlighting the top ten items, the items in the bottom 20 percent, and items that are above average.

Data Bars: Applies graphic bars directly in the cells, proportional to the cell's value.

Color Scales: Applies background color, proportional to the cell's value.

Icon Sets: Displays icons directly in the cells. The icons depend on the cell's value.

New Rule: Enables you to specify other conditional formatting rules, including rules based on a logical formula.

Clear Rules: Deletes all the conditional formatting rules from the selected cells.

Manage Rules: Displays the Conditional Formatting Rules Manager dialog box, in which you create new conditional formatting rules, edit rules, or delete rules.

Formatting types you can apply

When you select a conditional formatting rule, Excel displays a dialog box specific to that rule. These dialog boxes have one thing in a common: a drop-down list with common formatting suggestions.

Figure 19-2 shows the dialog box that appears when you choose Home⇒Styles⇒Conditional Formatting⇒Highlight Cells Rules⇒Between. This particular rule applies the formatting if the value in the cell falls between two specified values. In this case, you enter the two values (or specify cell references) and then use choices from the drop-down list to set the type of formatting to display if the condition is met.

9781118490457-fg1902.eps

Figure 19-2: One of several different conditional formatting dialog boxes.

The formatting suggestions in the drop-down list are just a few of thousands of different formatting combinations. If none of Excel's suggestions is what you want, choose the Custom Format option from the drop-down list to display the Format Cells dialog box. You can specify the format in any or all of the four tabs: Number, Font, Border, and Fill.

note.eps

The Format Cells dialog box used for conditional formatting is a modified version of the standard Format Cells dialog box. It doesn't have the Alignment and Protection tabs, and some of the Font formatting options are disabled. The dialog box also includes a Clear button that clears any formatting already selected.

Making your own rules

For maximum control, Excel provides the New Formatting Rule dialog box, shown in Figure 19-3. Access this dialog box by choosing Home⇒Styles⇒Conditional Formatting⇒New Rule.

Use the New Formatting Rule dialog box to re-create all the conditional format rules available via the Ribbon, as well as new rules. First, select a general rule type from the list at the top of the dialog box. The bottom part of the dialog box varies, depending on your selection at the top. After you specify the rule, click the Format button to specify the type of formatting to apply if the condition is met. An exception is the first rule type (Format All Cells Based on Their Values), which doesn't have a Format button (it uses graphics rather than cell formatting).

9781118490457-fg1903.eps

Figure 19-3: Use the New Formatting Rule dialog box to create your own conditional formatting rules.

Here is a summary of the rule types:

Format All Cells Based on Their Values: Use this rule type to create rules that display data bars, color scales, or icon sets.

Format Only Cells That Contain: Use this rule type to create rules that format cells based on mathematical comparisons (greater than, less than, greater than or equal to, less than or equal to, equal to, not equal to, between, not between). You can also create rules based on text, dates, blanks, nonblanks, and errors.

Format Only Top or Bottom Ranked Values: Use this rule type to create rules that involve identifying cells in the top n, top n percent, bottom n, and bottom n percent.

Format Only Values That Are Above or Below Average: Use this rule type to create rules that identify cells that are above average, below average, or within a specified standard deviation from the average.

Format Only Unique or Duplicate Values: Use this rule type to create rules that format unique or duplicate values in a range.

Use a Formula to Determine Which Cells to Format: Use this rule type to create rules based on a logical formula. See “Creating Formula-Based Conditions,” later in this chapter.

Conditional Formats That Use Graphics

This section describes the three conditional formatting options that display graphics: data bars, color scales, and icons sets. These types of conditional formatting can be useful for visualizing the values in a range.

Using data bars

The data bars conditional format displays horizontal bars directly in the cell. The length of the bar is based on the value of the cell, relative to the other values in the range.

A simple data bar

Figure 19-4 shows an example of data bars. It's a list of tracks on Bob Dylan albums, with the length of each track in column D. I applied data bar conditional formatting to the values in column D. You can tell at a glance which tracks are longer.

on_the_web.eps

The examples in the section are available on this book's website. The workbook is named data bars examples.xlsx.

9781118490457-fg1904.tif

Figure 19-4: The length of the data bars is proportional to the track length in the cell in column D.

tip.eps

When you adjust the column width, the bar lengths adjust accordingly. The differences among the bar lengths are more prominent when the column is wider.

Excel provides quick access to 12 data bar styles via Home⇒Styles⇒Conditional Formatting⇒Data Bars. For additional choices, click the More Rules option, which displays the New Formatting Rule dialog box. Use this dialog box to

• Show the bar only (hide the numbers).

• Specify Minimum and Maximum values for the scaling.

• Change the appearance of the bars.

• Specify how negative values and the axis are handled.

• Specify the direction of the bars.

note.eps

Oddly, if you add data bars using one of the 12 data bar styles, the colors used for data bars are not theme colors. If you apply a new document theme, the data bar colors do not change. However, if you add the data bars by using the New Formatting Rule dialog box, the colors that you choose are theme colors.

Using data bars in lieu of a chart

Using the data bars conditional formatting can sometimes serve as a quick alternative to creating a chart. Figure 19-5 shows a three-column range (in B3:D14) with data bars conditional formatting to the data in column D (column D contains references to the values in the second column). The conditional formatting in the third column uses the Show Bars Only option, so the values are not displayed.

9781118490457-fg1905.tif

Figure 19-5: Comparing data bars conditional formatting (top) with a bar chart.

Figure 19-5 also shows an actual bar chart created from the same data. The bar chart takes about the same amount of time to create and is a lot more flexible. But for a quick-and-dirty chart, data bars may be a good option — especially when you need to create several such charts.

Using color scales

The color scale conditional formatting option varies the background color of a cell based on the cell's value, relative to other cells in the range.

A color scale example

Figure 19-6 shows examples of color scale conditional formatting. The example on the left depicts monthly sales for three regions. Conditional formatting was applied to the range B4:D15. The conditional formatting uses a 3-color scale, with red (in this book, the darkest gray) for the lowest value, yellow for the midpoint, and green for the highest value. Values in between are displayed using a color within the gradient. It's clear that the Central region consistently has lower sales volumes, but the conditional formatting doesn't help identify monthly difference for a particular region.

9781118490457-fg1906.tif

Figure 19-6: Two examples of color scale conditional formatting.

The example on the right shows the same data, but conditional formatting was applied to each region separately. This approach facilitates comparisons within a region, and can also help identify high or low sales months.

Neither one of these approach is necessarily better. The way you set up conditional formatting depends entirely on what you are trying to visualize.

on_the_web.eps

This workbook, named color scale example.xlsx, is available at this book's website.

Excel provides four 2-color scale presets and four 3-color scales presets, which you can apply to the selected range by choosing Home⇒Styles⇒Conditional Formatting⇒Color Scales.

To customize the colors and other options, choose Home⇒Styles⇒Conditional Formatting⇒Color Scales⇒More Rules. This command displays the New Formatting Rule dialog box, shown in Figure 19-7. Adjust the settings and watch the Preview box to see the effects of your changes.

9781118490457-fg1907.eps

Figure 19-7: Use the New Formatting Rule dialog box to customize a color scale.

An extreme color scale example

It's important to understand that color scale conditional formatting uses a gradient. For example, if you format a range using a 2-color scale, you will get a lot more than two colors. You'll also get colors within the gradient between the two specified colors.

Figure 19-8 shows an extreme example that uses color scale conditional formatting on a range of more than 6,000 cells. The worksheet contains average daily temperatures for an 18-year period. Each row contains 365 (or 366) temperatures for the year. The columns are very narrow, so the entire year can be visualized.

9781118490457-fg1908.tif

Figure 19-8: This worksheet uses color scale conditional formatting to display daily temperatures.

on_the_web.eps

This workbook, named extreme color scale.xlsx, is available at this book's website. The workbook contains a second example of extreme color scale.

Using icon sets

Yet another conditional formatting option is to display an icon in the cell. The icon displayed depends on the value of the cell.

To assign an icon set to a range, select the cells and choose Home⇒Styles⇒Conditional Formatting⇒Icon Sets. Excel provides 20 icon sets to choose from. The number of icons in the sets ranges from three to five. You cannot create a custom icon set.

An icon set example

Figure 19-9 shows an example that uses an icon set. The symbols graphically depict the status of each project, based on the value in column C.

on_the_web.eps

The icon set examples in this section are available at this book's website. The workbook is named icon set examples.xlsx.

9781118490457-fg1909.tif

Figure 19-9: Using an icon set to indicate the status of projects.

By default, the symbols are assigned using percentiles. For a 3-symbol set, the items are grouped into three percentiles. For a 4-symbol set, they're grouped into four percentiles. And for a 5-symbol set, the items are grouped into five percentiles.

If you would like more control over how the icons are assigned, choose Home⇒Styles⇒Conditional Formatting⇒Icon Sets⇒More Rules to display the New Formatting Rule dialog box. To modify an existing rule, choose Home⇒Styles⇒Conditional Formatting⇒Manage Rules. Then select the rule to modify and click the Edit Rule button to display the Edit Formatting Rule dialog box.

Figure 19-10 shows how to modify the icon set rules such that only projects that are 100% completed get the check mark icons. Projects that are 0% completed get the X icon. All other projects get no icon.

Figure 19-11 shows the project status list after making this change.

9781118490457-fg1910.eps

Figure 19-10: Changing the icon assignment rule.

9781118490457-fg1911.tif

Figure 19-11: Using a modified rule and eliminating an icon makes the table more readable.

Another icon set example

Figure 19-12 shows a table that contains two test scores for each student. The Change column contains a formula that calculates the difference between the two tests. The Trend column uses an icon set to display the trend graphically.

This example uses the icon set named 3 Arrows, and I customized the rule using the Edit Formatting Rule dialog box:

Up arrow: When value is >= 5

Level arrow: When value < 5 and > –5

Down arrow: When value is <= –5

In other words, a difference of no more than five points in either direction is considered an even trend. An improvement of at least five points is considered a positive trend, and a decline of five points or more is considered a negative trend.

9781118490457-fg1912.tif

Figure 19-12: The arrows depict the trend from Test 1 to Test 2.

note.eps

The Trend column contains a formula that references the Change column. I used the Show Icon Only option in the Trend column, which also centers the icon in the column.

In some cases, using icon sets can cause your worksheet to look very cluttered. Displaying an icon for every cell in a range might result in visual overload.

Figure 19-13 shows the test results table after hiding the level arrow by choosing No Cell Icon in the Edit Formatting Rule dialog box.

9781118490457-fg1913.tif

Figure 19-13: Hiding one of the icons makes the table less cluttered.

Creating Formula-Based Rules

Excel's conditional formatting feature is versatile, but sometimes it's just not quite versatile enough. Fortunately, you can extend its versatility by writing conditional formatting formulas.

The examples later in this section describe how to create conditional formatting formulas for the following:

• To identify text entries

• To identify dates that fall on a weekend

• To format cells that are in odd-numbered rows or columns (for dynamic alternate row or columns shading)

• To format groups of rows (for example, shade every group of two rows)

• To display a sum only when all precedent cells contain values

Some of these formulas may be useful to you. If not, they may inspire you to create other conditional formatting formulas.

on_the_web.eps

This book's website contains all the examples in this section. The file is named conditional formatting formulas.xlsx.

To specify conditional formatting based on a formula, select the cells and then choose Home⇒Styles⇒Conditional Formatting⇒New Rule. This command displays the New Formatting Rule dialog box. Click the rule type Use a Formula to Determine Which Cells to Format and you can specify the formula.

You can type the formula directly into the box, or you can enter a reference to a cell that contains a logical formula. As with normal Excel formulas, the formula you enter here must begin with an equal sign (=).

note.eps

The formula must be a logical formula that returns either TRUE or FALSE. If the formula evaluates to TRUE, the condition is satisfied, and the conditional formatting is applied. If the formula evaluates to FALSE, the conditional formatting is not applied.

Understanding relative and absolute references

If the formula that you enter into the Conditional Formatting dialog box contains a cell reference, that reference is considered a relative reference, based on the upper-left cell in the selected range.

For example, suppose that you want to set up a conditional formatting condition that applies shading to cells in range A1:B10 only if the cell contains text. None of Excel's conditional formatting options can do this task, so you need to create a formula that will return TRUE if the cell contains text and FALSE otherwise. Follow these steps:

1. Select the range A1:B10 and ensure that cell A1 is the active cell.

2. Choose Home⇒Styles⇒Conditional Formatting⇒New Rule to display the New Formatting Rule dialog box. See Figure 19-14.

3. Click the Use a Formula to Determine Which Cells to Format rule type.

4. Enter the following formula in the Formula box:

=ISTEXT(A1)

note.eps

Notice that the formula entered in Step 4 contains a relative reference to the upper-left cell in the selected range.

9781118490457-fg1914.eps

Figure 19-14: Creating a conditional formatting rule based on a formula.

5. Click the Format button to display the Format Cells dialog box.

6. From the Fill tab, specify the cell shading that will be applied if the formula returns TRUE.

7. Click OK to return to the New Formatting Rule dialog box.

8. Click OK to close the New Formatting Rule dialog box.

Generally, when entering a conditional formatting formula for a range of cells, you'll use a reference to the active cell, which is typically the upper-left cell in the selected range. One exception is when you need to refer to a specific cell. For example, suppose that you select range A1:B10, and you want to apply formatting to all cells in the range that exceed the value in cell C1. Enter this conditional formatting formula:

=A1>$C$1

In this case, the reference to cell C1 is an absolute reference; it will not be adjusted for the cells in the selected range. In other words, the conditional formatting formula for cell A2 looks like this:

=A2>$C$1

The relative cell reference is adjusted, but the absolute cell reference is not.

Conditional formatting formula examples

Each of these examples uses a formula entered directly into the New Formatting Rule dialog box, after selecting the Use a Formula to Determine Which Cells to Format rule type. You decide the type of formatting that you apply conditionally.

Identifying weekend days

Excel provides a number of conditional formatting rules that deal with dates, but it doesn't let you identify dates that fall on a weekend. Use this formula to identify weekend dates:

=OR(WEEKDAY(A1)=7,WEEKDAY(A1)=1)

This formula assumes that a range is selected and that cell A1 is the active cell.

Highlighting a row based on a value

Figure 19-15 shows a worksheet that contains a conditional formula in the range A3:G28. If a name entered in cell B1 is found in the first column, the entire row for that name is highlighted.

The conditional formatting formula is:

=$A3=$B$1

Notice that a mixed reference is used for cell A3. Because the column part of the reference is absolute, the comparison is always done using the contents of column A.

Displaying alternate-row shading

The conditional formatting formula that follows was applied to the range A1:D18, as shown in Figure 19-16, to apply shading to alternate rows.

=MOD(ROW(),2)=0

Alternate row shading can make your spreadsheets easier to read. If you add or delete rows within the conditional formatting area, the shading is updated automatically.

This formula uses the ROW function (which returns the row number) and the MOD function (which returns the remainder of its first argument divided by its second argument). For cells in even-numbered rows, the MOD function returns 0, and cells in that row are formatted.

For alternate shading of columns, use the COLUMN function instead of the ROW function.

9781118490457-fg1915.tif

Figure 19-15: Highlighting a row, based on a matching name.

9781118490457-fg1916.tif

Figure 19-16: Using conditional formatting to apply formatting to alternate rows.

Creating checkerboard shading

The following formula is a variation on the example in the preceding section. It applies formatting to alternate rows and columns, creating a checkerboard effect.

=MOD(ROW(),2)=MOD(COLUMN(),2)

Shading groups of rows

Here's another row shading variation. The following formula shades alternate groups of rows. It produces four rows of shaded rows, followed by four rows of unshaded rows, followed by four more shaded rows, and so on.

=MOD(INT((ROW()-1)/4)+1,2)

Figure 19-17 shows an example.

9781118490457-fg1917.tif

Figure 19-17: Conditional formatting produces these groups of alternate shaded rows.

For different sized groups, change the 4 to some other value. For example, use this formula to shade alternate groups of two rows:

=MOD(INT((ROW()-1)/2)+1,2)

Displaying a total only when all values are entered

Figure 19-18 shows a range with a formula that uses the SUM function in cell C6. Conditional formatting is used to display the sum only when all of the four cells above are nonblank. The conditional formatting formula for cell C6 (and cell C5, which contains a label) is

=COUNT($C$2:$C$5)=4

This formula returns TRUE only if C2:C5 contains no empty cells. The conditional formatting applied is a dark background color. The text color is white, so it's legible only when the conditional formatting rule is satisfied.

Figure 19-19 shows the worksheet when one of the values is missing.

9781118490457-fg1918.tif

Figure 19-18: The sum is displayed only when all four values have been entered.

9781118490457-fg1919.tif

Figure 19-19: A missing value causes the sum to be hidden.

Using custom functions in conditional formatting formulas

Excel's conditional formatting feature is very versatile, and the ability to create your own formulas to define the conditions will cover most needs. But if custom formulas still aren't versatile enough, you can create custom VBA functions and use those in a conditional formatting formula.

This section provides three examples of VBA functions that you can use in conditional formatting formulas.

cross_ref.eps

Part VI provides an overview of VBA, with specific information about creating custom worksheet functions.

on_the_web.eps

This book's website contains all the examples in this section. The file is named conditional formatting with VBA functions.xlsm.

Identifying formula cells

Excel 2013 introduced a new worksheet function, ISFORMULA, which returns TRUE if the referenced cell contains a formula. You can use this function in a conditional formatting formula to highlight all of the formula cells in a range.

If your workbook must be compatible with earlier versions of Excel, you create a simple VBA function. The following custom VBA function uses the VBA HasFormula property. The function, which you can enter into a VBA module, returns TRUE if the cell (specified as its argument) contains a formula; otherwise, it returns FALSE.

Function CELLHASFORMULA(cell) As Boolean

    CELLHASFORMULA = cell.HasFormula

End Function

After you enter this function into a VBA module, you can use the function in your worksheet formulas. For example, the following formula returns TRUE if cell A1 contains a formula:

=CELLHASFORMULA(A1)

And you also can use this function in a conditional formatting formula. The worksheet in Figure 19-20, for example, uses conditional formatting to identify cells that contain a formula. In this case, formula cells display a background color.

9781118490457-fg1920.tif

Figure 19-20: Using a custom VBA function to apply conditional formatting to cells that contain a formula.

Identifying date cells

Excel lacks a function to determine whether a cell contains a date. The following VBA function, which uses the VBA IsDate function, overcomes this limitation. The custom CELLHASDATE function returns TRUE if the cell contains a date.

Function CELLHASDATE(cell) As Boolean

    CELLHASDATE = IsDate(cell)

End Function

The following conditional formatting formula applies formatting to cell A1 if it contains a date and the month is June:

=AND(CELLHASDATE(A1),MONTH(A1)=6)

The following conditional formatting formula applies formatting to cell A1 if it contains a date and the date falls on a weekend:

=AND(CELLHASDATE(A1),OR(WEEKDAY(A1)=7,WEEKDAY(A1)=1))

Identifying invalid data

You might have a situation in which the data entered must adhere to some very specific rules, and you'd like to apply special formatting if the data entered is not valid. For example, consider part numbers that consist of seven characters: four uppercase alphabetic characters, followed by a hyphen, and then a two-digit number — for example, ADSS-09 or DYUU-43.

You can write a conditional formatting formula to determine whether part numbers adhere to this structure, but the formula is very complex. The following formula, for example, returns TRUE only if the value in A1 meets the part number rules specified:

=AND(LEN(A1)=7,AND(LEFT(A1)>=”A”,LEFT(A1)<=”Z”),

AND(MID(A1,2,1)>=”A”,MID(A1,2,1)<=”Z”),AND(MID(A1,3,1)>=”A”,

MID(A1,3,1)<=”Z”),AND(MID(A1,4,1)>=”A”,MID(A1,4,1)<=”Z”),

MID(A1,5,1)=”-”,AND(VALUE(MID(A1,6,2))>=0,

VALUE(MID(A1,6,2))<=99))

For a simpler approach, write a custom VBA worksheet function. The VBA Like operator makes this sort of comparison relatively easy. The following VBA function procedure returns TRUE if its argument does not correspond to the part number rules outlined previously:

Function INVALIDPART(n) As Boolean

    If n Like “[A-Z][A-Z][A-Z][A-Z]-##” Then

       INVALIDPART = False

    Else

       INVALIDPART = True

    End If

End Function

After defining this function in a VBA module, you can enter the following conditional formatting formula to apply special formatting if cell A1 contains an invalid part number:

=INVALIDPART(A1)

Figure 19-21 shows a range that uses the custom INVALIDPART function in a conditional formatting formula. Cells that contain invalid part numbers have a colored background.

In many cases, you can simply take advantage of Excel's data validation feature, which is described next.

9781118490457-fg1921.tif

Figure 19-21: Using conditional formatting to highlight cells with invalid entries.

Working with Conditional Formats

This section describes some additional information about conditional formatting that you may find useful.

Managing rules

The Conditional Formatting Rules Manager dialog box is useful for checking, editing, deleting, and adding conditional formats. First select any cell in the range that contains conditional formatting. Then choose Home⇒Styles⇒Conditional Formatting⇒Manage Rules.

You can specify as many rules as you like by clicking the New Rule button. As you can see in Figure 19-22, cells can even use data bars, color scales, and icon sets all at the same time — although I can't think of a good reason to do so.

9781118490457-fg1922.tif

Figure 19-22: This range uses data bars, color scales, and icon sets.

Copying cells that contain conditional formatting

Conditional formatting information is stored with a cell, much like standard formatting information is stored with a cell. As a result, when you copy a cell that contains conditional formatting, you also copy the conditional formatting.

tip.eps

To copy only the formatting (including conditional formatting), copy the cells and then use the Paste Special dialog box and select the Formats option. Or, use Home⇒Clipboard⇒Paste⇒Formatting (R).

If you insert rows or columns within a range that contains conditional formatting, the new cells have the same conditional formatting.

Deleting conditional formatting

When you press Delete to delete the contents of a cell, you do not delete the conditional formatting for the cell (if any). To remove all conditional formats (as well as all other cell formatting), select the cell. Then choose Home⇒Editing⇒Clear⇒Clear Formats. Or, choose Home⇒Editing⇒Clear⇒Clear All to delete the cell contents and the conditional formatting.

To remove only conditional formatting (and leave the other formatting intact), use Home⇒Styles⇒Conditional Formatting⇒Clear Rules.

Locating cells that contain conditional formatting

You can't always tell, just by looking at a cell, whether it contains conditional formatting. You can, however, use the Go To dialog box to select such cells.

1. Choose Home⇒Editing⇒Find & Select⇒Go to Special.

2. In the Go to Special dialog box, select the Conditional Formats option.

3. To select all cells on the worksheet containing conditional formatting, select the All option; to select only the cells that contain the same conditional formatting as the active cell, select the Same option.

4. Click OK. Excel selects the cells for you.

note.eps

The Excel Find and Replace dialog box includes a feature that allows you to search your worksheet to locate cells that contain specific formatting. This feature does not locate cells that contain formatting resulting from conditional formatting.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset