bartsimpson
IS-IT--Management
I have a lot of data that I summarise in a view. This gives me data such as :
The data in the groups are sorted by date. I want to return this data to an Excel spreadsheet using MS Query, which can limit the data to specified date ranges. I can't just add a date field to put in the MS Query as a WHERE because it can't access data that isn't summary data. I need to limit the range of the raw data.
Can anyone think of a way that I can get Excel to specify the date range ?
Code:
group summary 1 summary 2
1 57 26
2 45 43
The data in the groups are sorted by date. I want to return this data to an Excel spreadsheet using MS Query, which can limit the data to specified date ranges. I can't just add a date field to put in the MS Query as a WHERE because it can't access data that isn't summary data. I need to limit the range of the raw data.
Can anyone think of a way that I can get Excel to specify the date range ?