Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Excel formula help  (Read 2259 times)

0 Members and 1 Guest are viewing this topic.

fuzzy19

    Topic Starter


    Rookie

    Excel formula help
    « on: December 18, 2008, 05:23:50 PM »
    I need to see if there is a formula that can be written to identify low or high values.

    Example I have a value of 10 the range is 8-12,

    if the value is lower or higher then the range can excel color code them so that I would be able to sort the out of range values without having to manually review each value.

    iamtonsoffun247



      Apprentice

      Thanked: 7
      Re: Excel formula help
      « Reply #1 on: December 18, 2008, 06:19:32 PM »
      Yea, its pretty easy actually.  Highlight the column that has the numbers in it that you want to sort, then on the Home tab on the ribbon, click "conditional formatting" in the styles group, then go highlighted cells rule, then either greater then or less than, then enter the number you want to.  Hope this helps :)

      iamtonsoffun247



        Apprentice

        Thanked: 7
        Re: Excel formula help
        « Reply #2 on: December 18, 2008, 06:21:39 PM »
        O, nevermind.  Thats only if you know the actual range.  Sorry, im not too sure of an actual formula.  Sorry :(

        fuzzy19

          Topic Starter


          Rookie

          Re: Excel formula help
          « Reply #3 on: December 18, 2008, 09:13:14 PM »
          I got it trial and error  I used the following formula:

          =(E26)<(G26)>(H26)

          soybean



            Genius
          • The first soybean ever to learn the computer.
          • Thanked: 469
          • Computer: Specs
          • Experience: Experienced
          • OS: Windows 10
          Re: Excel formula help
          « Reply #4 on: December 18, 2008, 09:26:16 PM »
          Are you saying that formula generates color coding of cells?  ???

          gothsleepy1



            Rookie

            Re: Excel formula help
            « Reply #5 on: December 19, 2008, 11:07:44 AM »
            It will highlight the cells that fall under the conditional formatting rule. It's not the formula that does the color coding, it's excel that colors it based on whether or not the formula applies.

            soybean



              Genius
            • The first soybean ever to learn the computer.
            • Thanked: 469
            • Computer: Specs
            • Experience: Experienced
            • OS: Windows 10
            Re: Excel formula help
            « Reply #6 on: December 19, 2008, 11:57:29 AM »
            That was my point.  His reply seemed to say he merely put the formula in a cell.  But, conditional formatting is needed to change cell colors.  Also, the formula doesn't make sense.  I opened Excel and copied the formula to a cell.  The value in H26 can be anything; it has no effect on the other cells.