Tagged Questions
0
votes
1answer
466 views
Password protected online database or spreadsheet
I have a client that wants a simple online database or spreadsheet solution.
Requirements
Custom fields and field types (text, images)
CRUD contents through a web GUI
Password protected (single ...
4
votes
3answers
6k views
How to make a query with Google Spreadsheet, that checks for a date
I have a range that goes from B4:H124. All the cells in column B are dates. I would like to retrieve the data from a row (B:H), where the DATE equals to the content of a specific cell, lets say Q4.
...