+ Reply to Thread
Results 1 to 11 of 11

Risk Register Heat Map

  1. #1
    Registered User
    Join Date
    09-06-2012
    Location
    Australia
    MS-Off Ver
    Excel 2013
    Posts
    4

    Angry Risk Register Heat Map

    Hi,
    I saw this early today, and loved it, but I can't for the life of me get it to work. Essentially it uses VBA to create a function (all very understandable), and then it responds to changes in the data. It is awesome. I saw someone had a problem with it and they posted a question 6 months ago, but there hasn't been any response.

    Can someone please help? I would be incredibly grateful! (File attached, and link attached)

    (Also please look at VBA function code)...

    You will see all of my #Value errors in the worksheet.

    If I need to further clarify my query - please let me know - just trying to be short and sharp!

    Many Thanks!


    https://www.youtube.com/watch?v=_XqCX4pKFPM
    Attached Files Attached Files
    Last edited by tasboxster; 09-02-2014 at 04:31 AM. Reason: improve

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Risk Register Heat Map

    try changing the function code to:
    Please Login or Register  to view this content.
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Registered User
    Join Date
    09-06-2012
    Location
    Australia
    MS-Off Ver
    Excel 2013
    Posts
    4

    Re: Risk Register Heat Map

    Olly,

    I am not sure how to express my gratitude! You have totally saved me! Thank you!

    This works PERFECTLY!

    Cheers,
    Toni-Anne

  4. #4
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Risk Register Heat Map

    Happy to help

    Quote Originally Posted by tasboxster View Post
    I am not sure how to express my gratitude!
    You could click "Add Reputation"

  5. #5
    Valued Forum Contributor
    Join Date
    08-10-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    721

    Re: Risk Register Heat Map

    Correct me if I am wrong, but the heatmap is not accurate with that code.
    It puts the numbers in the right Consequence rows but not the right Likelihood row.
    for example Nr 18 is placed in cell G3. It should feature in H3 as it is Severe and Likely, but has been placed in the Severe/Possible box.

  6. #6
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Risk Register Heat Map

    Quote Originally Posted by nickmax1 View Post
    Correct me if I am wrong, but the heatmap is not accurate with that code.
    It puts the numbers in the right Consequence rows but not the right Likelihood row.
    for example Nr 18 is placed in cell G3. It should feature in H3 as it is Severe and Likely, but has been placed in the Severe/Possible box.
    The code places based on the number values, not the labels.

    There is a mismatch in the OPs workbook: Likelihood labels / values used for the data don't match those used in the grid.

    So, taking #18 as an example:
    - Consequence: Severe 4
    - Likelihood: Likely 3

    This gets placed correctly based on the numbers (4,3) but the labels don't match.

  7. #7
    Valued Forum Contributor
    Join Date
    08-10-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    721

    Re: Risk Register Heat Map

    Olly
    Ah yes I see the error in the OP now. Good spot.

  8. #8
    Valued Forum Contributor
    Join Date
    08-10-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    721

    Re: Risk Register Heat Map

    there was a problem with the formula in E2 in the OP.
    All corrected version here
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    09-06-2012
    Location
    Australia
    MS-Off Ver
    Excel 2013
    Posts
    4

    Re: Risk Register Heat Map

    Hi peoples. Yes - I realised I had put a formula error in (after I posted) - but the code solution was perfect. Thanks for picking it up, though - and taking the time to correct it!

    Many thanks!

  10. #10
    Registered User
    Join Date
    08-27-2017
    Location
    Peru
    MS-Off Ver
    2013
    Posts
    1

    Re: Risk Register Heat Map

    Tkansk for advice the rules.Excuseme.
    Last edited by arbok777; 08-27-2017 at 03:28 PM. Reason: Excuseme

  11. #11
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Risk Register Heat Map

    Hi. You joind the Forum a few minutes ago and agreed to adhere to the rules. already you've broken one of them.

    It's a forum rule that you start your own thread, rather than try to "hijack" someone else's thread. This helps prevent massive confusion arising -which will happen if it is not clear which question is being answered. So please start your own thread and explain your own problem (make sure that, right from the start, you use a meaningful title (NOT things like "help needed" or "urgent problem"... think of the Google search terms that you would use to find the solution). Attach an Excel sheet. Make sure there is enough data to demonstrate your need. Make sure your desired results are shown, mock them up manually if necessary. Remember to remove ALL confidential information first!!!


    Unfortunately the attachment icon doesn't work at the moment. So, to attach an Excel file you have to do the following: Just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Heat Map
    By TexasKersh in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 06-23-2014, 09:28 AM
  2. [SOLVED] Creating Risk Heat Map without VBA?
    By TexasKersh in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-23-2014, 05:12 AM
  3. Risk Issues register
    By sacrum in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-27-2012, 02:53 AM
  4. Heat Map
    By sajeel in forum Excel General
    Replies: 11
    Last Post: 07-13-2009, 01:15 PM
  5. Risk Issues register
    By sacrum in forum Excel General
    Replies: 4
    Last Post: 01-19-2006, 08:35 AM

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