Forum Discussion

Nishkarsh31's avatar
Nishkarsh31
Brass Contributor
Feb 06, 2021
Solved

How to use Xlookup with spilled range as lookup value? I want the range to spill horizontally.

I'm attaching the sample file. In "Cal" sheet, I want a single cell formula in A2, to lookup values in subsequent columns For some reason Xlookup is spilling lookup vertically in rows. Is ther...
  • SergeiBaklan's avatar
    Feb 06, 2021

    Nishkarsh31 

    As variant

    =INDEX(Enrolment,XMATCH(A2#,Enrolment[Name]),{2,3,4})

     

Resources