Working with Excel and Other Databases
Relational databases certainly have their place, and to a large extent that is at the transaction processing end of the business. Many Excel users are actually more at the analysis and reporting end of the business. OLAP technology is specifically designed to support this category of user.
Microsoft Analysis Services comes with SQL Server and is an excellent OLAP database tool. Working with AS from Excel is very straightforward and very rewarding. There is some overhead involving designing the OLAP cubes (roughly tables), but once that is done, very powerful and very flexible analysis is possible. There are also plenty of third party tools to make working with AS even easier.
Another great product in this space is Hyperion Essbase, in many ways they are probably ahead of AS. The product comes with a powerful add-in that exposes all of its functionality to VBA developers in a very simple, intuitive way.
|