+ Reply to Thread
Results 1 to 2 of 2

performance mgt report color coding

  1. #1
    Registered User
    Join Date
    11-23-2006
    Location
    N IRELAND
    Posts
    1

    performance mgt report color coding

    Can you help? I have been asked to create a color coded performance management report in excel which shows a target value eg 100 and actual value eg 95, a variance eg -5 and a percentage variance eg -5%. I have to award a background color of Green, Amber or Red to the variance. The conditions are that if a variance cell >= 0 then the background is green; if the variance cell is equal to or greater than -5% of the target (and less than 0) then the background is amber, it is also amber if the negative variance is small ie between 0 and -50. Outside of these conditions the variance is red. I have tried the conditional formating in excel which only allows for 3 conditions. Is there a way round this using visual basics. The background color would be applied to a range of cells. Can anyone help with the code.

    many thanks

  2. #2
    Registered User
    Join Date
    11-17-2006
    Posts
    34
    Hi,

    I dont know how you could do it in VBA but an idea i an give you is to split the data into two columns.
    This will double the Conditional Formatting option and you will be able to format the data in 6 conditions.

    You can then put the data back into one column.

    I dont know if this is appropriate to be applied to the report but hope it works.

    ResulG

+ 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