Forum Discussion

Shawn_Cook's avatar
Shawn_Cook
Copper Contributor
May 18, 2022
Solved

Nesting VLOOKUP, IF and AND

Hi, I have a large spreadsheet of data.  Column A is names (with multiple duplicates), Column F is a data value, and Column E is a data value, and Column D is a data value.  I have copied my list of ...
  • OliverScheurich's avatar
    May 18, 2022

    Shawn_Cook 

    =INDEX($D$3:$D$13,MATCH(1,(A3:A13=H3)*(F3:F13="TR1")*(E3:E13=1),0))

    You can try INDEX and MATCH which seems to work in my sheet.