OaklandJim
Well-known Member
- Joined
- Nov 29, 2018
- Messages
- 855
- Office Version
- 365
- Platform
- Windows
Team Excel
Somewhere on the web I found syntax for using XLOOKUP to do the lookup based on two lookup criteria. But I'd like to understsand how it works. This XLOOKUP formula looks up quantity for a specified stock symbol and for a specific account. (Two accounts have the same stock.) I'd like to know how this works.
XLOOKUP(1,(Summary!Symbols=rrSymbol)*(Summary!AccountNumbers=rrAccountNumber),Summary!Quantities)
(rr signifies "relative row" addressing.)
I appreciate your help.
Somewhere on the web I found syntax for using XLOOKUP to do the lookup based on two lookup criteria. But I'd like to understsand how it works. This XLOOKUP formula looks up quantity for a specified stock symbol and for a specific account. (Two accounts have the same stock.) I'd like to know how this works.
XLOOKUP(1,(Summary!Symbols=rrSymbol)*(Summary!AccountNumbers=rrAccountNumber),Summary!Quantities)
(rr signifies "relative row" addressing.)
I appreciate your help.