I have a spread sheet in google sheets where 'column A' has a date in this format: 20181130.
i am looking to do a query for:
=query(Table1, "select A, B, C, WHERE A = Today(),-1)
But the formats for the today function don't match the column A format, so criteria doesn't find any matches. any help would be appreciated!
CB