+ Reply to Thread
Results 1 to 3 of 3

Thread: Help Please INDEX & MATCH functions

  1. #1
    Registered User
    Join Date
    02-01-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2003
    Posts
    1

    Help Please INDEX & MATCH functions

    I have created a Hazard Analysis table which I would like to be able to put in a Consequence rating (J1), Probability rating (J2) and return a Risk Score (J3) which will then convert into a Risk Rating (J4). Can anyone please help me as I am confused.

    Many many thanks
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    5,359

    Re: Help Please INDEX & MATCH functions

    Hi

    J3: =INDEX(B2:G7,MATCH(J1,B2:B7),MATCH(J2,B2:G2))

    In the range M3:N7 enter the following
    0,High
    7,Moderate
    14,Low
    20, Minimal

    J4: =VLOOKUP(J3,M3:N6,2)

    Or if you don't want to have a lookup table then
    J4: =VLOOKUP(J3,{0,"High";7,"Moderate";14,"Low";20,"Minimal"},2)

    HTH

    rylo
    Last edited by rylo; 02-01-2012 at 05:44 PM. Reason: alternate vlookup function

  3. #3
    Forum Guru TMShucks's Avatar
    Join Date
    07-15-2010
    Location
    Manchester, England
    MS-Off Ver
    MSO 2003 & 2007
    Posts
    6,238

    Re: Help Please INDEX & MATCH functions

    See the attached example

    Regards, TMS
    Attached Files Attached Files

+ 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.2.0