+ Reply to Thread
Results 1 to 2 of 2

Conditional Formatting

Hybrid View

  1. #1
    Registered User
    Join Date
    04-27-2005
    Posts
    1

    Conditional Formatting

    I am trying to create a table in Excel 2003 utilizing conditional formatting to automatically bold text in input cells with values greater than a specified number (ex. if value in cell A1 is greater than 0.015, then apply bold formatting to the value in cell A1). I can get the conditional formatting to work with the exception of when the value in the input cell (A1) is proceeded by a "<" symbol (ex. if value in cell A1 is entered as <0.005, the conditional formatting from the previous example applies bold formatting to <0.005 even though this value is not greater than or equal to 0.015). Any help would be greatly appreciated. Thanks.

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Try the following...

    1) Select your range of cells

    2) Format > Conditional Formatting > Formula Is

    3) Enter the following formula:

    =(SUBSTITUTE(A1,"<","")+0)>0.015

    4) Choose your formatting

    5) Click Ok

    Hope this helps!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1