+ Reply to Thread
Results 1 to 3 of 3

Help with Conditional Formatting...

  1. #1
    Registered User
    Join Date
    06-09-2011
    Location
    Frisco, Texas
    MS-Off Ver
    Excel 2007
    Posts
    5

    Help with Conditional Formatting...

    I have been working on this but have not been able to figure it out so far. Basically I have numeric values set in rows and I need to compare the values to a certain cell in that row and then highlight the other cells in the row if they are greater than 10% of the numeric value of the reference cell.

    So for instance: C4 contains the reference value and E4 to K4 need to be highlighted if they are 10% greater than the numeric value in C4.

    Thank you,

    Paul Hudgins

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

    Re: Help with Conditional Formatting...

    use formula for conditional format after selecting E4:K4

    =E4>1.1*$C4
    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
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Help with Conditional Formatting...

    So if C4 is 50 you want to highlight E4 if it's more than 10% of that (greater than 5) or more than 10% higher than that value (greater than 55)?

    Select E4:K4 and try this formula in conditional formatting for the former

    =E4>$C4*10%

    ...or for the latter

    =E4>$C4*110%
    Audere est facere

+ 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