Magoosball
Board Regular
- Joined
- Jun 4, 2017
- Messages
- 70
- Office Version
- 365
Hello!
I'm trying to create a 2 way lookup formula that spills when both lookup value columns are themselves spilled arrays. Both spilled array lookup values are the same size array For example:
Is this possible or is there a way around it the value error?
Quick edit --- when I change both Q6# and R6# to just Q6 and R6 respectively and manually fill down the formula it works correctly. I'm trying to avoid the manual step of filling it down.
thank you!
I'm trying to create a 2 way lookup formula that spills when both lookup value columns are themselves spilled arrays. Both spilled array lookup values are the same size array For example:
Excel Formula:
=XLOOKUP(Q6#,Sheet1!$1:$1,XLOOKUP(R6#,Sheet1!$A:$A,Sheet1!$1:$1048576))
Is this possible or is there a way around it the value error?
Quick edit --- when I change both Q6# and R6# to just Q6 and R6 respectively and manually fill down the formula it works correctly. I'm trying to avoid the manual step of filling it down.
thank you!