Two dimension lookup

Anyone know how to do a two dimension lookup? I know I could use an index match in excel or xlookup, but how do I do that in appsheet?

0 3 218
3 REPLIES 3

As @Harsh_Ch suggested, (btw: Welcome to Communityโ€ฆ),

You can do that with AppSheetโ€™s LOOKUP, but, you need to create the table for the lookup to work. Something like Unpivot the pivot table and add that table to AppSheet, sample like below snapshot:

Thanks for the advice. Lookup doesnโ€™t really work for me since the variables in the function donโ€™t offer the ability to be dynamic. I did change my table to look more like Heruโ€™s example, but I ultimately went with a Select function with an And function embedded.
It looked like this.
Select(School Days[School Day], and([School]=[_thisrow].[School],(today()+7)=[Date]))

Top Labels in this Space