+ Reply to Thread
Results 1 to 2 of 2

background cell color based on number range

  1. #1
    Registered User
    Join Date
    09-01-2012
    Location
    napier new zealand
    MS-Off Ver
    Excel 2010
    Posts
    1

    background cell color based on number range

    Hi There

    I am trying change the background color of a cell based on if a number falls between a particular number range. e.g. if the number entered into the cell is between 0-60% the cell color will be red, if it is between 61% and 70% it will be orange and if it is between 71% and 100% it will be green.

    Any help with this would be greatly appreciated


  2. #2
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: background cell color based on number range

    Home Tab > Conditional Formatting > New Rule > Use a formula to determine which cells to format.

    Rule 1: >0%-<61% =AND($A1>0,$A1<0.61) Colour Red

    Rule 2: >=61%-<71% =AND($A1>=0.61,$A1<0.71) Colour Orange

    Rule 3: >=71%-<=100% =AND($A1>=0.71,$A1<=1) Colour Green
    Last edited by Kevin UK; 09-01-2012 at 09:03 AM.

+ 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