+ Reply to Thread
Results 1 to 3 of 3

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 Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    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 06:44 PM. Reason: alternate vlookup function

  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,356

    Re: Help Please INDEX & MATCH functions

    See the attached example

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


+ 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