SOLVED

How to look up base on 2 criteria?

Copper Contributor
There are columns of client PO and product, PO column has duplicated as different products are in the same PO, and product column also has duplicated as same are ordered in different POs, how can I lookup a data base on PO and product columns?
Thanks
3 Replies
best response confirmed by Royhe380 (Copper Contributor)
Solution

@Royhe380 

Depends on your Excel version, e.g.

=XLOOKUP(1, (PO=myPO)*(product=myProduct), somethingToReturn, "can't find")

Awesome! Cheers!

@Royhe380 , glad it helped

1 best response

Accepted Solutions
best response confirmed by Royhe380 (Copper Contributor)
Solution

@Royhe380 

Depends on your Excel version, e.g.

=XLOOKUP(1, (PO=myPO)*(product=myProduct), somethingToReturn, "can't find")

View solution in original post