+ Reply to Thread
Results 1 to 3 of 3

Use if statement with conditional formatting?

  1. #1
    q5
    Guest

    Use if statement with conditional formatting?

    Is it possible to use an IF statement within the conditional formatting
    dialog? If so, I have not been able to figure out how to do it. Can
    someone point me to an example?

    Thanks.



  2. #2
    Dave Peterson
    Guest

    Re: Use if statement with conditional formatting?

    Select A1.

    Format|conditional formatting
    formula is: =if(a1>10,true,false)

    But you just need the portion that evaluates to true or false:
    formula is: =a1>10

    would work (and would be more common).



    q5 wrote:
    >
    > Is it possible to use an IF statement within the conditional formatting
    > dialog? If so, I have not been able to figure out how to do it. Can
    > someone point me to an example?
    >
    > Thanks.


    --

    Dave Peterson

  3. #3
    q5
    Guest

    Re: Use if statement with conditional formatting?

    I guess I was trying to make it all too complicated!

    Thanks for the help.


    "Dave Peterson" <[email protected]> wrote in message
    news:[email protected]...
    > Select A1.
    >
    > Format|conditional formatting
    > formula is: =if(a1>10,true,false)
    >
    > But you just need the portion that evaluates to true or false:
    > formula is: =a1>10
    >
    > would work (and would be more common).
    >
    >
    >
    > q5 wrote:
    > >
    > > Is it possible to use an IF statement within the conditional formatting
    > > dialog? If so, I have not been able to figure out how to do it. Can
    > > someone point me to an example?
    > >
    > > Thanks.

    >
    > --
    >
    > Dave Peterson




+ 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