Please Note: This article is written for users of the following Microsoft Excel versions: 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365. If you are using an earlier version (Excel 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier 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 March 2, 2023)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365


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. Display the Home tab of the ribbon.
  5. Click the down-arrow under the Paste tool, and then choose Paste Special. Excel displays the Paste Special dialog box. (See Figure 1.)
  6. Figure 1. The Paste Special dialog box.

  7. Click the Add radio button.
  8. 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 (5654) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365. You can find a version of this tip for the older menu interface of Excel 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

Inserting Datasheet Rows or Columns

Microsoft Graph provides a handy way to add simple charts to your document without the need for Excel. Those charts are ...

Discover More

Grabbing a User's Name from Excel

One of the settings you can make in Excel is to specify a user's name. This name is accessible through macros, and can ...

Discover More

Understanding DATE Field Formatting

One of the most commonly used fields is the DATE field. You can specify how the DATE field displays the current date by ...

Discover More

Program Successfully in Excel! John Walkenbach's name is synonymous with excellence in deciphering complex technical topics. With this comprehensive guide, "Mr. Spreadsheet" shows how to maximize your Excel experience using professional spreadsheet application development tips from his own personal bookshelf. Check out Excel 2013 Power Programming with VBA today!

More ExcelTips (ribbon)

Changing the Percent Symbol

Some symbols can be easily changed in Excel or in Windows, such as the symbols used for currency and to separate ...

Discover More

Setting Cell Width and Height Using the Keyboard

Hate to take your hands off the keyboard? Here are a couple of ways you can reject the mouse and still adjust the height ...

Discover More

Hash Marks Displayed Instead of Cell Contents

Have you ever entered information in a cell only for it to appear as hash marks? This tip explains why this happens, how ...

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 1 + 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 ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu 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.