I am using Excel 2007.
Is it possible to set up a filter using SQL style syntax.
e.g. say I have a large worksheet of data that contains columns named 'Date' and 'Rego' (among many others), can I set up a filter something like this:
SELECT <rows of workbook> WHERE Date >='01/06/2010' AND Date <='30/06/2010' AND Rego = "A" OR Rego="B" OR Rego="C"
Can Excel do something like that?
Is it possible to set up a filter using SQL style syntax.
e.g. say I have a large worksheet of data that contains columns named 'Date' and 'Rego' (among many others), can I set up a filter something like this:
SELECT <rows of workbook> WHERE Date >='01/06/2010' AND Date <='30/06/2010' AND Rego = "A" OR Rego="B" OR Rego="C"
Can Excel do something like that?