Excel.Tips.Net Welcome toExcel.Tips.Net

Helpful Links

Tips.Net Home
ExcelTips Home
Ask an Excel Question
Make a Comment

Tips.Net Store

ExcelTips FAQ
ExcelTips Premium

Learn Access Now
Free Printable Forms

Beauty Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Legal Tips
Money Tips
Organizing Tips
Pest Tips
Pet Tips
Wedding Tips
Word2007 Tips
WordTips

Advertise on the
ExcelTips Site

Newest Tips

Converting to Octal

Filtering Columns for Unique Values

Printing Multiple Worksheets on a Single Page

Changing the Default Font

Creating a Drawing Object

Determining a Value of a Cell

Understanding Macros

 

Conditional Formatting for Errant Phone Numbers

Summary: If you've got a bunch of phone numbers in a worksheet, you may want to check if they are all within certain bounds. You can use the Conditional Formatting feature of Excel to assist in this checking, as described in this tip. (This tip works with Microsoft Excel 97, Excel 2000, Excel 2002, Excel 2003, and Excel 2007.)

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 and you are using a version of Excel prior to Excel 2007, 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.

If your phone numbers are text entries and you are using Excel 2007, 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. With the Home tab of the ruler displayed, click the Conditional Formatting option in the Styles group. Excel displays a palette of options related to conditional formatting.
  3. Choose Highlight Cells Rules and then choose More Rules from the resulting submenu. Excel displays the New Formatting Rule dialog box.
  4. In the Select a Rule Type area at the top of the dialog box, choose Use a Formula to Determine Which Cells to Format. (Click here to see a related figure.)
  5. In the Format Values Where This Formula Is True box, enter the following formula, replacing A3 with the address of the active cell selected in step 1:
  6.      =LEFT(A3,3)<>"240"
    
  7. Click Format to display the Format Cells dialog box.
  8. Set the formatting options to highlight the errant phone numbers, as desired.
  9. 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 rule.
  10. 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 in versions of Excel prior to Excel 2007:

  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. (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.) (Click here to see a related figure.)
  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 your phone numbers are numeric entries and you are using Excel 2007, 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. With the Home tab of the ruler displayed, click the Conditional Formatting option in the Styles group. Excel displays a palette of options related to conditional formatting.
  3. Choose Highlight Cells Rules and then choose More Rules from the resulting submenu. Excel displays the New Formatting Rule dialog box.
  4. In the Select a Rule Type area at the top of the dialog box, choose Format Only Cells That Contain. The left portion of the rule description should automatically be set to Cell Value.
  5. Use the next drop-down list in the rule description to choose Not Between.
  6. Set the lower and upper boundaries of the condition to 2400000 and 2409999, respectively. (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.) (Click here to see a related figure.)
  7. Click Format to display the Format Cells dialog box.
  8. Set the formatting options to highlight the errant phone numbers, as desired.
  9. Click OK to dismiss the Format Cells dialog box. The formatting you specified in step 8 should now appear in the preview area for the condition.
  10. 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 | 2007

More Power! For some people, the prospect of creating macros can be scary. Those who conquer their fears, however, find they become much more confident and productive once they learn how to make Excel do exactly what they want. ExcelTips: The Macros is an invaluable source for learning Excel macros. You are introduced to the topic in bite-sized chunks, pulled from past issues of ExcelTips. Learn at your own pace, exactly the way you want.
 
Check out ExcelTips: The Macros today!