Excel.Tips.Net ExcelTips (Menu Interface)

Conditional Formatting for Errant Phone Numbers

Summary: Conditional formatting can be used to draw attention to all sorts of data based upon the criteria you specify. Here's how you can use conditional formatting to highlight which phone numbers aren't within the parameters you need. (This tip works with Microsoft Excel 97, Excel 2000, Excel 2002, and Excel 2003. You can find a version of this tip for the ribbon interface of Excel (Excel 2007 and later) here: Formatting Phone Numbers Outside a Desired Range.)

If you use Excel to store a list of phone numbers, you may want a way to determine if any of the phone numbers in your list are outside of a specific range. For instance, for your area, only phone numbers in the 240 exchange (those beginning with 240) may be local calls. You might want to highlight all the phone numbers in the list that do not begin with 240, and therefore would be long distance.

The way that you do this depends on whether your phone numbers are stored as text or as formatted numbers. If you enter a phone number with dashes, periods, parentheses, or other non-numeric characters, then the phone number is considered a text entry. If you format the cells as phone numbers (Format | Cells | Number tab | Special | Phone Number), then the phone number is considered a number and formatted for display by Excel.

If your phone numbers are text entries, then use these steps to apply the desired conditional formatting:

  1. Select the cells containing the phone numbers. (For the sake of this example, I assume that the first cell you select is A3.)
  2. Choose Conditional Formatting from the Format menu. Excel displays the Conditional Formatting dialog box.
  3. Use the Condition drop-down to choose Formula Is. (Click here to see a related figure.)
  4. In the formula area, to the right of the drop-down list used in step 3, enter the following formula, replacing A3 with the address of the active cell selected in step 1:
  5.      =LEFT(A3,3)<>"240"
    
  6. Click Format to display the Format Cells dialog box. (Click here to see a related figure.)
  7. Set the formatting options to highlight the errant phone numbers, as desired.
  8. Click OK to dismiss the Format Cells dialog box. The formatting you specified in step 6 should now appear in the preview area for the condition.
  9. Click OK.

These steps will even work if the phone numbers are numeric, but you may want to use a different approach if the phone numbers were entered as numbers. These steps will work:

  1. Select the cells containing the phone numbers. (For the sake of this example, I assume that the first cell you select is A3.)
  2. Choose Conditional Formatting from the Format menu. Excel displays the Conditional Formatting dialog box.
  3. Use the Condition drop-down to choose Cell Value Is.
  4. Use the next drop-down to choose Not Between.
  5. Set the lower and upper boundaries of the condition to 2400000 and 2409999, respectively. (Click here to see a related figure.) (You are specifying that the condition is met if the number is not between 2400000 and 2409999, which is the range of acceptable phone numbers.)
  6. Click Format to display the Format Cells dialog box.
  7. Set the formatting options to highlight the errant phone numbers, as desired.
  8. Click OK to dismiss the Format Cells dialog box. The formatting you specified in step 7 should now appear in the preview area for the condition.
  9. Click OK.

If you want to convert your textual phone numbers to numeric phone numbers, so that you can use this last method of conditional formatting, you need to "clean up" your list of numbers. In other words, you need to remove all non-numeric characters from the phone numbers. You can do this using Find and Replace to repeatedly remove each non-numeric character, such as dashes, periods, parentheses, etc. Once the phone numbers are clean, you can format them as phone numbers (using the Format | Cells sequence mentioned earlier in this tip) and use the conditional formatting just described.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (2978) applies to Microsoft Excel versions: 97 | 2000 | 2002 | 2003

You can find a version of this tip for the ribbon interface of Excel (Excel 2007 and later) here: Formatting Phone Numbers Outside a Desired Range.

Related Tips:

A Picture is Worth Thousands! Your worksheets are not limited to holding numbers and text. You can also add graphics or easily create charts based on your data. Excel Graphics and Charts, available in two versions, helps you make your graphics and charts their absolute best. Check out Excel Graphics and Charts today!