Reference with multiple criterias

Hello team,

I am trying to get specific data based on a combination of 2 inputs. For example if I input data "A" and data "B" on my first and 2nd field bring me the result of that combination on field 3. or inputting data "A" and "C" what would be the result?

What formula can I use? I have been using "ANY" and it does not work. I will send an screenshot of the app and the table.   

Thank you in advance.

Juamgv_0-1668146215948.pngJuamgv_1-1668146309140.png

 

1 2 67
2 REPLIES 2

You can try the expression below:

SWITCH(
 [Service Type],
 "Interior/Exterior", LOOKUP([Vehicle Type], "Pricing", "Plan", "Interior/Exterior"),
 "Exterior Wash", LOOKUP([Vehicle Type], "Pricing", "Plan", "Exterior Wash"),
 etc.
)

Steve
Platinum 4
Platinum 4
Top Labels in this Space