You are on page 1of 3

ADVANCE EXCEL 2007 COURCE OUTLINE

XL-REFORMATION
This phase consist of most important Excel options / formulas:

Pivot Table

Goal Seek

Solver

Audit Tool

Lookup Wizard

Scenario Manager Formulas: IF

SUMIF

VLOOKUP

HLOOKUP

Ahmed Hashim ahmedhashim_2000@hotmail.com Mobile: 0333-3185465

ADVANCE EXCEL 2007 COURCE OUTLINE


XL-ERATION (USING VBA)

This phase consists of Visual Basic for Applications: A powerful integrated language in Microsoft Office. Combine VBA with Excel, one can achieve results, which cannot be done by Excel.

VBA will handy in situations when there is lot of Data to manipulate, no matter what is the source of Data, either it is imported from some kind of Database (Access/Oracle/FoxPro etc) or manually typed. A common example can be: data download from database, it contain one field of type date. But when downloaded to Excel, the date converted to text and one cannot do any kind of calculation on text, and required to manually format the date, which is a time consuming process. To overcome this, one can use VBA; few lines of codes can reduce a lot of time and there is also matter of performance.

There are the times when it is required to highlight only those cells in Excel which contains data to meet some kind of criteria, Using Conditional Formatting in Excel can achieved the target. But when data consist of 10,000 rows or more! This task can be done speedily by VBA.

Learning VBA will also help to learn other programming languages.

Ahmed Hashim ahmedhashim_2000@hotmail.com Mobile: 0333-3185465

ADVANCE EXCEL 2007 COURCE OUTLINE


XL-XTENDED (USING MS.ACCESS)

Now a days database is the major requirements for any business. Large number of business software consist of database, which are use to maintains companys accounts, inventory system, clients information etc efficiently, which saves a lot of time.

Extend Excel capabilities by using Access;

Using SQL, a universal query language in Excel, to retrieve required data from Database. It is needed because in databases we cannot perform calculations within database.

Ahmed Hashim ahmedhashim_2000@hotmail.com Mobile: 0333-3185465

You might also like