+ Reply to Thread
Results 1 to 6 of 6

matrix problem

  1. #1
    Registered User
    Join Date
    07-15-2013
    Location
    New Zealand
    MS-Off Ver
    Excel 2003
    Posts
    3

    matrix problem

    Hi,

    I am trying to compare two cells that have contents selected from drop-downs to be able to write a resultant word in a third cell which will be conditionally formatted as a result.risk matrix.xlsx

    The resultant cell requirement is derived from a risk classification matrix. The matrix is included for ref.

    I have been able to do a nested if,or,and to get extreme and/or high results but can't work out how to get medium or default of low.

    e.g. the cells interact in the following manner:
    if consequence selected as catastrophic and likelihood cell selected as almost certain then risk cell will have "extreme" entered automatically etc,etc as per the matrix.

    I'm probably missing something straightforward but it's late and I'm running out of puff!!

    cheers

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: matrix problem

    In C2

    =INDEX($C$9:$G$13,MATCH(B2,$B$9:$B$13,0),MATCH(A2,$C$8:$G$8,0))

    Copy down
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    07-15-2013
    Location
    New Zealand
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: matrix problem

    Quote Originally Posted by Ace_XL View Post
    In C2

    =INDEX($C$9:$G$13,MATCH(B2,$B$9:$B$13,0),MATCH(A2,$C$8:$G$8,0))

    Copy down
    Hi, Only returning "N/A"...

    cheers for the point tho.

    RP

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: matrix problem

    Try this...

    =VLOOKUP(B2,$B$8:$G$13,MATCH(A2,$B$8:$G$8,0),0)

    Note that some of your Consequences and all of the Likelihoods have leading space characters.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  5. #5
    Registered User
    Join Date
    07-15-2013
    Location
    New Zealand
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: matrix problem

    Quote Originally Posted by Tony Valko View Post
    Try this...

    =VLOOKUP(B2,$B$8:$G$13,MATCH(A2,$B$8:$G$8,0),0)

    Note that some of your Consequences and all of the Likelihoods have leading space characters.
    Hi,

    Thanks for the replies. Noted the spaces just now(before I read yr reply) and retyped and viola! Again, many thanks in your assistance of a mere novice.

    Cheers

    Richie

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: matrix problem

    Good deal. Thanks for the feedback!

+ 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. 4 x 4 matrix array sum problem
    By John Vieren in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-30-2012, 03:31 AM
  2. [SOLVED] matrix problem
    By simone77 in forum Excel General
    Replies: 3
    Last Post: 05-24-2012, 06:46 AM
  3. Matrix problem
    By stianabra in forum Excel General
    Replies: 5
    Last Post: 09-22-2010, 03:16 PM
  4. Matrix formula problem
    By don.harvey in forum Excel General
    Replies: 1
    Last Post: 09-10-2009, 10:32 AM
  5. Matrix Problem
    By Jeff in forum Excel General
    Replies: 1
    Last Post: 02-04-2006, 03:40 PM

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