+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Conditional Formatting

  1. #1
    Registered User
    Join Date
    05-18-2011
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    5

    Exclamation Conditional Formatting

    I have a question. I am trying to do conditional formatting and seem to have come to a block.. Currently using 2007 excel.

    I have columns with percentages and numbers, i need to find the highest value in the column and colour the other values in the range,
    E.g
    6.6% 4.1% 11.8% 11.3% 5.0%

    The max at 11.3%

    100%-85% of Max should be green
    85%-75% of max should be light green
    75%-50% of max Should be orange
    50%-0% of max should be red

    How would i go and do this?

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,454

    Re: Conditional Formatting

    Hi,

    Use the following formulas

    =A1>=0.85*MAX(A:A)
    =AND(A1<0.85*MAX(A:A),A1>=0.75*MAX(A:A))
    =AND(A1<0.75*MAX(A:A),A1>=0.5*MAX(A:A))
    =AND(A1<0.5*MAX(A:A),LEN(A1)>0)

    as per the attachment
    Attached Files Attached Files
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Registered User
    Join Date
    05-18-2011
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    5

    Exclamation Re: Conditional Formatting

    Hi It doesnt seem to be doing it, I have attached the file which I am trying to conditional format. Could you please have a go!!

    Thanks!!!!
    Attached Files Attached Files

+ 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