Filter based in another table

Hello,

I have a table where new entries are recorded, the user inputs the values for the columns Criteria 1, Criteria 2 and Criteria 3.

Screen Shot 2022-09-09 at 11.00.34 AM.png

For Column Output, I am looking for an expression where based in the user input, it will look up for the desire output based on the references in another table:

Screen Shot 2022-09-09 at 11.00.46 AM.png

Solved Solved
0 3 98
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4
3 REPLIES 3

Steve
Platinum 4
Platinum 4

Thank you Steve, I tried this expression but its working:

ANY(SELECT(Tables Reference[Output],AND([Criteria 1]=Tables Reference[Criteria 1],[Criteria 2]=Tables Reference[Criteria 2],[Criteria 3]=Tables Reference[Criteria 3])))

Go back and re-read the help doc carefully:

SELECT() - AppSheet Help

The answer is in there.

Top Labels in this Space