Results 1 to 4 of 4

Thread: Conditional Format Based On Percentage Variance

  1. #1
    Junior Member
    Join Date
    Mar 2020
    Posts
    2
    Rep Power
    0

    Conditional Format Based On Percentage Variance

    Hi

    I have a sheet that has "Actual" in B7, "Forecast" in C7 & "Budget" in D7

    I want the "Actual" cell to:-

    turn green if it is within 5% of the Budget
    turn amber if between 5% and 10% of the Budget
    turn red if over 10% of the Budget

    I cannot get the formulaue right in the conditional formatting

    I also have the above repeated in rows 12,17,22,27,32 &37. Do I have to write the formulaes again for each cell?

    Thanks in advance

  2. #2
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,401
    Rep Power
    10
    Hi Garfoid,

    Welcome to ExcelFox

    You could use the following three criteria for you condition in B7 and just copy the format to the other rows

    RED =B7/D7-1>10%
    AMBER =AND(B7/D7-1>=5%,B7/D7-1<=10%)
    GREEN =B7/D7-1<5%

    Check attachment for reference.
    Attached Files Attached Files
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

  3. #3
    Junior Member
    Join Date
    Mar 2020
    Posts
    2
    Rep Power
    0
    Hi,

    Thank you for your help.

    This works on numbers above the budgeted number but not below, can you help with this?

    Thank you

  4. #4
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,401
    Rep Power
    10
    You just need to fix the formulae I gave, to cover for below thresholds also.

    Try using ABS()
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

Similar Threads

  1. Replies: 4
    Last Post: 07-04-2013, 01:56 PM
  2. Replies: 21
    Last Post: 05-27-2013, 08:45 PM
  3. Replies: 2
    Last Post: 03-31-2013, 01:54 PM
  4. Replies: 4
    Last Post: 02-22-2013, 02:24 AM
  5. Conditional Format Based On Percentage Variance
    By srizki in forum Excel Help
    Replies: 3
    Last Post: 10-09-2012, 03:28 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •