Reputation: 11
I have a table where the column headers are dates and the row key are letters. the table cells contain values between 1 to 9.
I wish to return a list of the letters based on a date and a value threshold.
f.e. return a list of letters where date=X and (on that day) the values are above 5)
I have attached an editable spreadsheet below (https://docs.google.com/spreadsheets/d/1oW7mo3az3a_4dTCEtKauF1qVPEDKb8ydaCLFiHcaWfI/edit?usp=sharing)
Upvotes: 1
Views: 285