Quantcast
Channel: Active questions tagged worksheet-function - Super User
Viewing all articles
Browse latest Browse all 994

How to use an Excel lookup function for a large amount of data?

$
0
0

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:
Sheet #1

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:
Sheet #2

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)

Viewing all articles
Browse latest Browse all 994

Trending Articles