Forum Discussion

kittenmeants's avatar
kittenmeants
Brass Contributor
Oct 02, 2023
Solved

IF THEN formula help with multiple criteria (selections)

Hello!   I need support in creating a formula(s) that satisfy these requirements:   Current Layout: Store Manager Name Overall Performance (Can only be Red, Green, Yellow) Career Mobilit...
  • HansVogelaar's avatar
    Oct 02, 2023

    kittenmeants 

    I'd create a two-dimensional lookup range:

    Here it's on the same sheet, but it can be on another sheet, even a hidden one.

    The formula in D2 can then be

    =INDEX($I$3:$K$5,MATCH(B2,$H$3:$H$5,0),MATCH(C2,$I$2:$K$2,0))

Resources