Hi everyone,
I'm hoping someone could give me some direction as it's been a few years since I've fired up Access.
I'm building a 5-year financial model for an energy company. The kind of information includes the amount of energy produced, and the price it is sold for, for each individual power station during every half-hour of each of the five years. For example:
1/1/2012 08:00 Gen A 88MWh Gen B 140 MWh
1/1/2012 08:30 Gen A 100MWh Gen B 120 MWh
They originally wanted it in Excel, but 17520 rows * 200 cost/revenue items * 5 years was causing it to start crashing - I convinced them to accept Access in the background as a database with Excel providing the user interface/output template.
We want an Excel interface such that aggregated monthly information is retrieved from the database, so for example the sum of each half-hour's generation during Jan for Gen A is displayed, and the sum for Gen B, then repeat it for Feb, Mar etc.
Jan Feb Mar
Gen A GWh 72 72 72
Gen B GWh 80 80 80
Gen A Gas Tj 720 720 720
Gen B Gas Tj 800 800 800
Gen A Revenue $m 5.6 5.6 5.6
Gen B Revenue $m 6.3 6.3 6.3
I was thinking it could be best to retrieve the monthly info and dump it all into a new tab on the Excel interface, which wouldn't be too much information for Excel. Then it could automatically populate a P&L, revenue graphs, gas contract volume graphs, etc.
My questions are, is my idea of exporting the aggregated data to a tab in the Excel interface and then manipulating it the most direct/effective way? Am I best off creating a simple query to do this? What is the best way to embed this query in Excel? and are there any functionality issues of which I should be aware?
Many thanks in advance and best regards,
Paul McCarthy
I'm hoping someone could give me some direction as it's been a few years since I've fired up Access.
I'm building a 5-year financial model for an energy company. The kind of information includes the amount of energy produced, and the price it is sold for, for each individual power station during every half-hour of each of the five years. For example:
1/1/2012 08:00 Gen A 88MWh Gen B 140 MWh
1/1/2012 08:30 Gen A 100MWh Gen B 120 MWh
They originally wanted it in Excel, but 17520 rows * 200 cost/revenue items * 5 years was causing it to start crashing - I convinced them to accept Access in the background as a database with Excel providing the user interface/output template.
We want an Excel interface such that aggregated monthly information is retrieved from the database, so for example the sum of each half-hour's generation during Jan for Gen A is displayed, and the sum for Gen B, then repeat it for Feb, Mar etc.
Jan Feb Mar
Gen A GWh 72 72 72
Gen B GWh 80 80 80
Gen A Gas Tj 720 720 720
Gen B Gas Tj 800 800 800
Gen A Revenue $m 5.6 5.6 5.6
Gen B Revenue $m 6.3 6.3 6.3
I was thinking it could be best to retrieve the monthly info and dump it all into a new tab on the Excel interface, which wouldn't be too much information for Excel. Then it could automatically populate a P&L, revenue graphs, gas contract volume graphs, etc.
My questions are, is my idea of exporting the aggregated data to a tab in the Excel interface and then manipulating it the most direct/effective way? Am I best off creating a simple query to do this? What is the best way to embed this query in Excel? and are there any functionality issues of which I should be aware?
Many thanks in advance and best regards,
Paul McCarthy