Nested XLOOKUP generates #Value error

Joined
Mar 3, 2021
Messages
17
Office Version
  1. 365
Platform
  1. Windows
Hi,

I'm trying to create a lookup formula to look for values in both the X and Y axis. No matter what I do I get a #value error.

I have tested to separate the two xlookups to test the cell formats etc. and both works. But when I combine them it doesn't. I'm thinking that a combination of tables and ranges might be a problem? But I can't figure it out.
The Lookup values and the lookup array are both on numbers format.

Anyone have an idea what to do?

As a side note, I have also tried to solve the problem with Index Match but it fails as well.

Excel Formula:
=XLOOKUP([@[Item ID]];ITEM_PROFILE_SE2!A:A;XLOOKUP(AWRitemSE!$AI$1;ITEM_PROFILE_SE2!$1:$1;ITEM_PROFILE_SE2!$F$2:$BE$17568))
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Your lookup and data ranges have to match.
(untested)
Rich (BB code):
=XLOOKUP([@[Item ID]];ITEM_PROFILE_SE2!$A$2:$A$17568;XLOOKUP(AWRitemSE!$AI$1;ITEM_PROFILE_SE2!$F$1:$BE$1;ITEM_PROFILE_SE2!$F$2:$BE$17568))
 
Upvote 0
Solution

Forum statistics

Threads
1,223,933
Messages
6,175,476
Members
452,646
Latest member
tudou

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top