I have a Google spreadsheet document with two sheets in it. The first sheet is where I want to run my query.
Located in cell A1 is today's date with the formula =today()
. I want the query to start in A2. My information is in the second sheet cells A2:I.
I want the query to pull Columns B to I. Column A has the dates. I want to run the query based on today's date and match all the dates in Column A of the second sheet and return the values.
Also is it possible to do this with tomorrow's date?