+ Reply to Thread
Results 1 to 2 of 2

Conditional Formatting Formula for Percentage Ranking

  1. #1
    Registered User
    Join Date
    02-18-2014
    Location
    On the road
    MS-Off Ver
    Excel Mac 2011
    Posts
    1

    Conditional Formatting Formula for Percentage Ranking

    Attached is the spreadsheet I'm working on that graphs the thickness of a piece of steel to monitor thickness losses.
    I'm just trying to write a formula that will change the background colour of the cells depending on the percentage of loss (nominal thickness being 17mm), any clues?







    1PORT Ballast Tank UT.xlsx

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Conditional Formatting Formula for Percentage Ranking

    You can try this:

    Select cells B9:W33, making sure B9 remains the active cell, then apply the following conditional formatting formulas (You can enter them in any order, but before applying them, adjust the order so that <5% is listed first, 5-15% is listed second, 15-25% is listed third, and >25% is listed last):

    For <5% use: =AND(B9<>"",B9>17-(17*0.05))
    For 5-15% use: =AND(B9<>"",B9>17-(17*0.15))
    For 15-25% use: =AND(B9<>"",B9>17-(17*0.25))
    For >25% use: =AND(B9<>"",B9<17-(17*0.25))

    - Moo

+ 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. Conditional formatting percentage formula
    By Dan27 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-05-2014, 06:16 AM
  2. [SOLVED] Conditional formatting on a percentage
    By sunrunner4kr in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-20-2013, 11:28 AM
  3. [SOLVED] Conditional Formatting for Ranking sales
    By BullseyeThor in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-03-2012, 09:12 AM
  4. Conditional formatting percentage
    By philip32686 in forum Excel General
    Replies: 5
    Last Post: 09-19-2011, 09:22 PM
  5. Conditional formatting a percentage
    By Wyatt12 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-22-2008, 12:23 PM

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