Forum Discussion
Callum1540
Jun 10, 2022Copper Contributor
"Filter" or "IF" function?
Hey there, I have created a pricing configurator for a project I am working on. The pricelist uses the "XLOOKUP" function to search for specific prices based on the user input as it should w...
SergeiBaklan
Jun 10, 2022Diamond Contributor
You may use XLOOKUP for them, like
=XLOOKUP( currency, IF( currency="GBP", GBPcatalogueA, USDcatalogueA), IF( currency="GBP", GBPcatalogueB, USDcatalogueB) )