Please Note: This article is written for users of the following Microsoft Excel versions: 97, 2000, 2002, and 2003. If you are using a later version (Excel 2007 or later), this tip may not work for you. For a version of this tip written specifically for later versions of Excel, click here: Conditional Formatting with Data Imported from Access.

Conditional Formatting with Data Imported from Access

Written by Allen Wyatt (last updated October 1, 2022)
This tip applies to Excel 97, 2000, 2002, and 2003


Cory is having a problem getting his conditional formatting to work as desired with information imported into Excel from Access. The data being imported in a particular column can either be text (such as "17 U") or numeric (such as 32). The conditional format checks to see if the value in the cell is greater than zero, in which case the value is underlined. This won't work properly with the imported data because not only does Excel treat the text (17 U) as text, but it also treats the numeric (32) as text. This makes sense, since Excel treats the entire column as text rather than changing data format for each cell in the column.

There are a couple of ways you can fix this problem. One is to change the formula you are using in your conditional format. Instead of checking to see if the value is greater than zero, use the following formula (set the conditional check to "Format Is"):

=VALUE(E3) > 0

This formula uses the VALUE function to check what is in cell E3. If the contents are a number—even if it is formatted as text by Excel—then the formula returns True and the condition is met for the formatting. If the contents of E3 really are text (as in "17 U"), then the formula returns a #VALUE error, which does not satisfy the condition and the formatting is not applied.

Another approach is to force Excel to evaluate the imported cells and convert them to numeric values, if appropriate. An easy way to do this is as follows:

  1. After importing the data, select a blank cell from a column outside the range of those you just imported.
  2. Press Ctrl+C. This copies the contents of the cell (nothing) to the Clipboard.
  3. Select the cells that you want evaluated by Excel. For instance, select the column that contains the text values and the numeric values formatted as text.
  4. Choose Paste Special from the Edit menu. Excel displays the Paste Special dialog box. (See Figure 1.)
  5. Figure 1. The Paste Special dialog box.

  6. Click the Add radio button.
  7. Click OK.

What you just did was to "add" the contents of the Clipboard to all the cells you selected in step 3. If the cells contained real text, then nothing happened to those cells; they remain the same and are still treated as text. If the cells contained a numeric value, then Excel treats it as a number and adds zero to it. This value, as a numeric, is deposited back in the cell, and treated as a real number. This means that the conditional formatting test that you previously set up should work just fine on those cells since they are no longer treated as text.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (2418) applies to Microsoft Excel 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Excel (Excel 2007 and later) here: Conditional Formatting with Data Imported from Access.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Checking for a Text Selection Length

Need to know if the user selected some text before running your macro? Here's how to make that check.

Discover More

Changing Above-the-Line Fonts

Word maintains a list of the fonts most recently used in the program. You can't modify the list, but you can turn it on ...

Discover More

Using R1C1 Formula References in a Macro

Besides the regular way of displaying formulas, Excel can also display them using what is called R1C1 format. If you are ...

Discover More

Professional Development Guidance! Four world-class developers offer start-to-finish guidance for building powerful, robust, and secure applications with Excel. The authors show how to consistently make the right design decisions and make the most of Excel's powerful features. Check out Professional Excel Development today!

More ExcelTips (menu)

Copying Conditional Formatting

Conditional formatting is a great feature in Excel. Here's how you can copy conditional formats from one cell to another ...

Discover More

Shading Based on Odds and Evens

You can use conditional formatting to add shading to various cells in your worksheet. This tip shows how you can shade ...

Discover More

More than Three Conditional Formats

Conditional formatting is a great feature for making the data in your worksheets more understandable and usable. What if ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is seven more than 1?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


This Site

Got a version of Excel that uses the menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon interface.

Newest Tips
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.