+ Reply to Thread
Results 1 to 3 of 3

Conditional format a cell (contaning a formula) that only returns a positive value

  1. #1
    Registered User
    Join Date
    09-01-2012
    Location
    Staffordshire, England
    MS-Off Ver
    O365
    Posts
    129

    Conditional format a cell (contaning a formula) that only returns a positive value

    The problem i am getting here is that i am specifying it to format cells with value greater than 0.01 but it is still formatting blank cells (because they contain a formula). Please help!

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Conditional format a cell (contaning a formula) that only returns a positive value

    Try using a formula in conditional formatting to format when > 0.01 and not blank, e.g. for A1

    =AND(A1>0.01, A1<>"")
    Audere est facere

  3. #3
    Registered User
    Join Date
    09-01-2012
    Location
    Staffordshire, England
    MS-Off Ver
    O365
    Posts
    129

    Re: Conditional format a cell (contaning a formula) that only returns a positive value

    Perfect! Many thanks.

+ 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