+ Reply to Thread
Results 1 to 3 of 3

Formulas to highlight cell if condition is met

  1. #1
    Registered User
    Join Date
    08-02-2005
    Posts
    6

    Formulas to highlight cell if condition is met

    i wonder if there is any way i can highlight a cell if a condition is met?

    eg i want to highlight the cell if the num in the cell is greater than 1. do i hv tio use macros?

  2. #2
    Bob Phillips
    Guest

    Re: Formulas to highlight cell if condition is met

    No you can use conditional formatting

    Select the cell
    Menu Format>Conditional Formatting
    Set to greater than
    Set value to 1
    Click the Format button
    Select the Pattern Tab
    Select an appropriate highlighting colour
    OK


    You could even use Data validation to not allow entry of greater than 1

    Select the cell
    Menu Data>Validation
    Change ALlow to Decimal
    Change the operator to Less than or equal to
    Set a value of 1
    OK

    With DV, you can even set your own error message.


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "hmmm" <[email protected]> wrote in message
    news:[email protected]...
    >
    > i wonder if there is any way i can highlight a cell if a condition is
    > met?
    >
    > eg i want to highlight the cell if the num in the cell is greater than
    > 1. do i hv tio use macros?
    >
    >
    > --
    > hmmm
    > ------------------------------------------------------------------------
    > hmmm's Profile:

    http://www.excelforum.com/member.php...o&userid=25836
    > View this thread: http://www.excelforum.com/showthread...hreadid=481784
    >




  3. #3
    Registered User
    Join Date
    08-02-2005
    Posts
    6
    thanks!

    i've tried and it's really useful =)

+ 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