I have a large body of work that I am having issues getting a Lookup function to properly work with. I like to separate things in places for ease of access and general beautification. I am trying to make a sheet that is trying to pull specific data from another sheet but it does not seem to work.
My raw data consists of a sheet with details that looks similar to this:
On my second sheet, I wish to only pull data from under the NAME. For example, under SHAG I wish to pull all the correlating info from NAME to TOTES. The problem is when I use XLOOKUP, all the data remains the same on all of the boxes:
I have tried V, H & XLOOKUP but gotten nowhere. XLOOKUP has given the closest results and it struggles with DATRE. The formulae I am using is:
=XLOOKUP($A$1, Trial!$B$1:$W$1, Trial!$B$2:$W$23)