+ Reply to Thread
Results 1 to 2 of 2

Conditional Formatting a range of percentages

  1. #1
    Registered User
    Join Date
    11-13-2013
    Location
    United Kingdom
    MS-Off Ver
    Mac 2011
    Posts
    34

    Conditional Formatting a range of percentages

    Hi all,

    I want to set up conditional formatting rules with a green/yellow/red color scale. Logic I want it to follow is below:

    if cell value = 0 to 10 % turn cell RED
    If cell value = 10 to 20% turn cell YELLOW
    if cell value = 20+ % turn cell GREEN

    Then also the same but negative

    i.e. if cell value = 0 to -10% RED
    if cell value = -10 to -20% YELLOW
    if cell value = -20%+ GREEN

    Thanks for your help

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,899

    Re: Conditional Formatting a range of percentages

    Try this:

    1.RED = (A1<>"")*(ABS(A1)<0.1)

    2.YELLOW=(ABS(A1)>=0.1)*(ABS(A1)<0.2)

    3. GREEN =ABS(A1)>=0.2

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Percentages from conditional formatting
    By cjsmith79 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-04-2018, 05:00 PM
  2. [SOLVED] Conditional Formatting with Percentages
    By JakeMann in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-04-2014, 09:01 AM
  3. conditional formatting and percentages
    By fentiger79 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-08-2012, 04:25 AM
  4. [SOLVED] Conditional formatting for percentages
    By dr_jon in forum Excel General
    Replies: 1
    Last Post: 08-08-2012, 11:31 AM
  5. Conditional Formatting with Percentages
    By este994 in forum Excel General
    Replies: 12
    Last Post: 04-27-2012, 02:57 PM
  6. Conditional Formatting with percentages
    By tracykay1 in forum Excel General
    Replies: 5
    Last Post: 12-12-2011, 02:17 PM
  7. Conditional formatting with percentages
    By Dan27 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-01-2009, 07:13 AM

Tags for this Thread

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