+ Reply to Thread
Results 1 to 3 of 3

if calculations

  1. #1
    TeddyBearDJ
    Guest

    if calculations

    I am trying to figure out a way to make a cell change colors if a certain
    condition is met. For example, if cell f4 is 192.27 or above, then the cell
    font should change to RED to show it is over the number it should be. If
    not, then it can stay whatever color it is.
    Can anyone figure out how to make this calculation??

  2. #2
    Guest

    Re: if calculations

    Hi

    You need to use Format/Condional Formating.
    Select the cell and go to this option. From the dialog box set Cell Value Is
    along with >=192.27.
    Then select a format and you're done!

    Andy.

    "TeddyBearDJ" <TeddyBearDJ@discussions.microsoft.com> wrote in message
    news:7E76D7EC-3E55-48B5-B773-923594BCD567@microsoft.com...
    >I am trying to figure out a way to make a cell change colors if a certain
    > condition is met. For example, if cell f4 is 192.27 or above, then the
    > cell
    > font should change to RED to show it is over the number it should be. If
    > not, then it can stay whatever color it is.
    > Can anyone figure out how to make this calculation??




  3. #3
    Biff
    Guest

    Re: if calculations

    Hi!

    Try this:

    Select cell F4
    Goto Format>Conditional Formatting
    Select Formula Is
    In the little box on the right enter this formula:

    =F4>=192.27

    Click the Format button
    Select the desired style(s)
    OK out

    Biff

    "TeddyBearDJ" <TeddyBearDJ@discussions.microsoft.com> wrote in message
    news:7E76D7EC-3E55-48B5-B773-923594BCD567@microsoft.com...
    >I am trying to figure out a way to make a cell change colors if a certain
    > condition is met. For example, if cell f4 is 192.27 or above, then the
    > cell
    > font should change to RED to show it is over the number it should be. If
    > not, then it can stay whatever color it is.
    > Can anyone figure out how to make this calculation??




+ 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