+ Reply to Thread
Results 1 to 4 of 4

Conditional Formatting

  1. #1
    Registered User
    Join Date
    06-14-2010
    Location
    Ontario Canada
    MS-Off Ver
    Excel 2003
    Posts
    6

    Conditional Formatting

    I am trying to create a conditional format that highlights a cell when the one above it is higher. So U12 should be highlighted when U13 is higher, I also need to create a second one when U13 is higher than U12.
    If anyone could help that would be greatly appreciated.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Conditional Formatting

    You basically said the same thing twice....

    but I assume you meant the reverse....

    so...

    Select U12 and invoke Conditional Formatting

    Cell Value Is >> Greater than >> =U13

    click Format and choose from Pattern tab.

    Click Ok... click Ok to exit.

    Select U13 and repeat with Cell Value >> Greater than >> =U12
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    06-14-2010
    Location
    Ontario Canada
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Conditional Formatting

    Except the entire U row needs to have the same conditional formatting, so, U14 would be highlighted if it is less than U15 (in red) and in blue if its higher, with a 10% grace. So if U15 is 125 then U14 would be red if it was 113 or less and blue if it was 137 or higher, except the problem lies with the fact that U15 will not always be 125.

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Conditional Formatting

    10% of 125 is 12.5, so I think 113 would not cause red, but 112.5 and lower would... correct??

    So select column U range and invoke CF, then choose Formula Is and enter:

    =U1<=U2-U2*0.1

    where U1 is top most cell in your selection and U2 is directly below.

    then click Format and choose red.

    Click Ok.

    Click Add and repeat with:

    =U1>=U2*1.1

    and choose Blue.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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