+ Reply to Thread
Results 1 to 3 of 3

Visual Colourful Skill Matrix

  1. #1
    Registered User
    Join Date
    09-09-2006
    MS-Off Ver
    Excel (Office 365 ProPlus)
    Posts
    47

    Visual Colourful Skill Matrix

    Hi Forum

    I am looking for a way to produce a colourful skill matrix which shows current skill level, skill gaps, and any over qualification within a team. A bit like a competency profile!!

    I would like to enter against each Person and Skill, a target value, and a current (actual value), and would like Excel display in a visually appealing way!

    I have mocked up what I would like to re create (with sample data)! so hoping someone can help please!

    Thanks

    Visual Skill Matrix.xlsx

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Visual Colourful Skill Matrix

    My solution assumes you have a lot of spare time on your hands.

    In the attachment, I moved your example to the bottom and replaced it with my formulas on top.

    I brought the target values up into the first column of each set of skills using an array formula
    =INDEX($F$9:$F$20,MATCH($A3&B$2,$A$9:$A$20&$B$9:$B$20,0))
    copied down within each skill square.
    Did the same with actual skill levels in the second columns
    =INDEX($J$9:$J$20,MATCH($A3&B$2,$A$9:$A$20&$B$9:$B$20,0))

    Then in Skill 1 square for example,
    Select the cells B3:E5, Conditional formatting> New Rule> Formula
    =AND(COLUMN(A1)<=$C3, COLUMN(A1)<=$B3)
    Format font and fill as light green

    New rule> Formula
    =AND(COLUMN(A1)>$C3, COLUMN(A1)<= $B3)
    Format font and fill as orange

    New Rule > Formula
    =AND(COLUMN(A1)<=$C3, COLUMN(A1)>$B3)
    format font and fill as light purple

    Repeat for other squares adjusting formulas as necessary. for example, Skill 2, Green
    =AND(COLUMN(A1)<=$H3, COLUMN(A1)<=$G3)
    Attached Files Attached Files
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    09-09-2006
    MS-Off Ver
    Excel (Office 365 ProPlus)
    Posts
    47

    Re: Visual Colourful Skill Matrix

    Thanks for your time looking at this ChemistB.

    I can see that it is quite involved and time consuming. As you can probably guess this is only a very small simple sample of the view I am looking to produce (100 people and 40 skills), so am hoping that there is a solution that it a little more scalable. If not there will be a lot of late nights producing this!

    Thanks again,

    Jay

+ 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