|
|
Section 1: Databases and ExcelMost data is available in database format. For example sales data could look like this in many databases:
In database language there are 5 fields (columns) in this table and 4 records (lines of data). The database within an accounting program could look like this:
In database language there are also 5 fields (columns) in this table and 4 records (lines of data). As you can see the 4th field in records 2 and 3 are empty. These lines of data are still condidered as records. A record is a line of data with at least one field containing a value A database is a set of data organized so that it is easily accessible for a computer and its programs. When the data is available in the format above you can efficiently use the powerful analytical functionalities of Excel, the functions (the most important being SUMPRODUCT), formulas and programming language (Macros in VBA) to design useful automated reports. We call our reporting approach the "Datasheet Approach". The data sits on one sheet (entered manually, copied/pasted or imported using Excel functions or functionalities). Then the report or reports are developed using SUMPRODUCT on other sheets. In this section you will learn more about Excel and databases, datamarts and data cubes: Lesson 1: Database, Datamarts and Data Cubes Lesson 2: Excel and Databases Lesson 3: Excel as Database Lesson 4: Excel or Access
|
|
|
|
Database 101 Excel and External Data Analyzing Data with Excel Reporting with Excel Other Functionalities
Email Tutorials