Google sheet + app inventor for calculation

For such a small and unchanging data set, you could just download the entire sheet into a Comma Separated Values (.csv) file, upload it into the app's Media folder, and load the file at startup.

Once you have converted the csv text into a table (list of lists), there are new nb191 list blocks you can use to filter the data.