Forum Discussion

Luchoarenas12's avatar
Luchoarenas12
Copper Contributor
Mar 04, 2025
Solved

Vlookup help

I have done the basic Vlookup to get data from one page to another, my Excel skill is just above beginner. I created this skill matrix and I was wondering if is possible to create a page where if i e...
  • resourcefulmynd's avatar
    resourcefulmynd
    Mar 24, 2025

    Hi Luchoarenas12 , the transpose function works quite well. When you use the XLOOKUP function, it will return an array and spill your data horizontally. You would then wrap the Xlookup function in the transpose function to get your final result.

    First do an xlookup using the name and last name and reference your table as an array. Then return the fields you want. It will spill as a horizonal array in your sheet. Then wrap it around with the Transpose function and it will lay it out vertically. 

    I have attached the solution in a workbook using the names and staff number. Please let me know if this works and if it does, please mark as solved. Thank you.

Resources