Forum Discussion

KC_86's avatar
KC_86
Copper Contributor
May 17, 2019
Solved

LOOKUP Expression?

Hello,    I have two sheets in an Excel document, Data 1 and Data 2. Data 1 has Columns [Participant] and [Area]. Data 2 has the same columns but the [Area] is empty.    I would like to know ho...
  • SergeiBaklan's avatar
    May 17, 2019

    KC_86 , it could be

    =INDEX('Data 1'!B:B,MATCH(--$C2,'Data 1'!A:A,0))

    and fill it down

Resources