+ Reply to Thread
Results 1 to 7 of 7

Pigeon-holing rows of information

  1. #1
    Registered User
    Join Date
    01-08-2009
    Location
    Sydney, Australia
    MS-Off Ver
    Excel for Office 365
    Posts
    4

    Pigeon-holing rows of information

    Hi excel people,

    I am looking for a way to do the following:

    I have a risk register which has rows of individual risks with a 2 weightings (numerical values 1 - 5). (example is attached)

    I am looking for a way to pigeon hole each risk into its appropriate weighting area. I am not sure of the best way to do this as there will be risks with the same rating and I want all of them shown (so I don't think an IF function or a VLOOKUP will work)

    I have considered doing it as an XY scatter chart but as the x and Y values could be the same, the points get hidden behind each other.

    Also, the number of rows is likely to increase so I am looking for a way to refresh the data.

    I am guessing that a pivot table might work, but they are not my strongest suit.

    Any ideas would be appreciated
    Attached Files Attached Files
    Last edited by Iamtrying; 01-08-2009 at 07:33 PM.

  2. #2
    Registered User
    Join Date
    11-03-2008
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    2,521

    Can u please explain your requirement in depth

    I was going through your file but am not able to understand it too well..

    In the first Matrix you have columns such as Risk Number Impact Probability and Severity..


    In the IInd Matrix, Template you have Impact Rating & Probability..
    How did you get this is there any relation with the Ist Matrix?

    Please provide as much information in order for anyone to help...

  3. #3
    Registered User
    Join Date
    11-03-2008
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    2,521

    Try this out

    Putting this code in Cell C2
    [ {=IF(ISERROR(INDEX($A$3:$C$14,SMALL(IF(($B$3:$B$14=$B29)*($C$3:$C$14=C$28),ROW($A$3:$A$14)-ROW($A$3)+1),ROWS($A$1:$A$1)),1)),"",INDEX($A$3:$C$14,SMALL(IF(($B$3:$B$14=$B29)*($C$3:$C$14=C$28),ROW($A$3:$A$14)-ROW($A$3)+1),ROWS($A$1:$A$1)),1))} ]

    But am not sure whether its practically possible to get more than one Match stored in a single cell one below the other..

    May be some gurus might have a solution....

    If you allott each Impact 12 rows then maybe you still can get the way you want...

    Leme know
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    11-03-2008
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    2,521

    Check this out! Please respond

    I have tried the way you wanted by allotting 12 rows to each Impact and with a little Help with conditional formatting and Row Height Spacing you can get almost get what you want....


    Please respond if this was helpful or you need something else...
    Attached Files Attached Files

  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    If using a small VBA function is acceptable, see attached.

    The formula in C29 and copied across and down is an array formula. Array formulas MUST be confirmed with Ctrl+Shift+Enter, not Enter. You'll know you did it correctly if curly braces appear around the formula in the Formula Bar; you cannot type in the braces directly.
    Attached Files Attached Files
    Last edited by shg; 01-08-2009 at 07:49 PM.
    Entia non sunt multiplicanda sine necessitate

  6. #6
    Registered User
    Join Date
    11-03-2008
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    2,521

    Great Shg..!

    Clean Swep SHg...
    I had mentioned that some Gurus would always be able to manage it..!

    Clean Work..

    Just a small query Is it possible without VBA and only with Formulas ?

    Not you're post so comments removed by Mod
    Thanks...
    Last edited by VBA Noob; 01-08-2009 at 02:22 PM. Reason: Trying to Hijack post

  7. #7
    Registered User
    Join Date
    01-08-2009
    Location
    Sydney, Australia
    MS-Off Ver
    Excel for Office 365
    Posts
    4
    Thank you both for your assistance. I believe the VBA suggestion will be the more appropriate for my problem. Just for further info, the s'sheet I sent was a mock up of what I have at the moment. In the actual document, the values will be coming from another s'sheet (just a simple =[workbook][Cell ref]). So I am pretty sure what may happen is that if I change any values in the source workbook, then this "summary worksheet" will auto update and therefore the matrix will also auto update. Thank you very much. Sorry I took so long to respond. Cheers

+ 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