Advanced Excel & VBA Macros
Advanced Excel & VBA Macros
Start-up with MS Excel, Quick review on MS Excel Customize Ribbon, Quick Access
Toolbar, Mini Toolbar.
Difference between Excel 2003and 2007and 2010. Saving of Old version MS Excel 1999
and 2003 files to new excel version MS excel 2007 and 2010.
Conversion of Excel files to PDF.
Introduction of Excel shortcut keys: Chart will be provided by Advanced Excel.
Introduction to Excel Worksheet, Row, Column, Cells etc.
Detailed discussion on Excel design, Back-End working structure and Excel Options.
Use of Basic Operators Like: + - / * ^ %.
Introduction to the Data and Data Formats.
Copy, Cut, Paste, Hide, Unhide, Link the Data in Rows, Columns and Sheet.
Inserting, Deleting, Moving, and linking the data in between the multiple sheets.
Introduction to the Paste Special all Option. (Formulas, Values, Formats,
Comments, Validation, All using source themes, All except Borders, Column
Widths, Formula and Number formats, Values and Number Formats, None, Add,
Subtract, Multiply, Divide, Skip Blanks and Transpose)
Format Cells, Rows, Columns and Sheets.
Protection of Cells, Rows, Columns and Sheets.
Password protection to the Worksheet, Sheets, Rows, Columns, and Cells.
Printer Properties and Page Setup (Page, Margin, Header/Footer and Sheet) for Printing.
Insert Logo to your worksheet while printing.
Start-up With Formulas: Part-I AND Working With Name Ranges:
Text Functions: Concatenate, Dollar, Left, Mid, Right, Lower, Upper, Proper, Replace,
Rept, Find, Search, Substitute, Trim, Trunc, Convert.
Combine multiple formulas
Writing of the Complex formulas for improvement in formulas writing skills.
Date and Time Functions: Date, Datevalue, Day, Day360, Minutes, Hours, Now, Today,
Month, Year, Yearfrac, Time, Weekday, Workday, Networkdays, Networkdays.intl, Datedif,
EOmonth.
Basic If Formulas:
If, If with OR, If with AND, If with AND &OR, If with OR&AND.
If with Trim, If with Concatenation, If with Left, Mid, Right.
If with Other formulas, Complex formulas writing in If.
Math & Trig Functions: ABS, Aggregate, Power, Product, Rand, Randbetween, Round,
Rounddown, Roundup, Subtotal, Sum, Sumif, Sumifs, Sumproduct, Trunc.
Use of Sumproduct as lookup and in various activities.
Statistical Functions: Average, AverageA, Averageif, Averageifs, Count, CountA,
Countblack, Countif, Countifs, MAX, MAXA, MIN, MINA, Small, Large.
Use of Sumif, Sumifs, Count if, Countifs, Averageif, Averaefis with the Name Ranges.
Informative AND Other Functions: Cell, Info, ISBLANK, ISERROR, ISEVEN, ISODD,
DCOUNT, DSUM, DMAX, DMIN, DPRODUCT, Rank, Use of &.
Use of Tool Find & Select: Discussion on Excels very important tool Find & Select
(Go To Special) including all options: (Comments, Constants, Formulas, Blanks,
Current region, Current array, Objects, Row differences, Column differences,
Precedents, Dependents, Last cell, Visible cells only, Conditional formats, Data
validation).
Lookup Functions:
Use of Sorting to arrange the data in ascending and descending order. Addition and deletion
of levels to sort the data on multiple parameters.
Use of Sorting to arrange the data in Left to Right Order. Addition and deletion of
levels to sort the data on multiple parameters.
Use of Filter to extract the unique and desired data.
Use of Custom Filter to fulfil the desired conditions.
Use of Advance Filter to fulfil the multiple desired conditions.
Import the data from the multiple applications to Excel.
Use of Text to Columns for Rearrangement of Data.
Remove Duplicates from Data.
Use of Data Validation and Consolidation.
Use of Data Validation as a magical tool.
Data of Grouping, Ungrouping and Subtotal.
What if Analysis: Detailed Discussion On What if Analysis. Analysis of Data by using
Scenario Manager and Data Table and Goad Seek.
Pivot Table and Pivot Charts with Slicer and Handling of Errors In Excel :
Start With Pivot Table, Do the Multiple Field Setting in Pivot Table.
Pivot form the Multiple Source of Data.
Pivot from the Multiple Data Ranges.
Pivot from the Name Range.
Do the Juggling of Data in Pivot Table and Work on layout of Pivot Table.
Creating Groups, Insert additional Calculated Field in Pivot Table.
Perform the % calculation on the basis of multiple fields.
Start-up with Pivot charts.
Insert slicer in Pivot Table and Pivot charts.
Use of Tool Error Checking.
Removing Duplicates.
Trace Precedents, Trace Dependents.
Discussion of Errors and handling of multiple errors like. #DIV/0! , #N/A, # REF,
#NAME, #VALUE, # NULL, #NUM and ########Error.
What is Circular References error? How to rectify Circular Reference?
Start With VBA Macro Programming :
Introduction of programming concepts for writing the Excel Formulas in to the Program.
Difference between the A1 and R1C1 style of writing formula in VBA.
Look at the style A1 and R1C1 and decide which is better.
Find out the better solution to write the formulas in VBA.
Writing of the basic formulas in to VBA.
Writing of the complex formulas in to the VBA.
Writing of Logical formulas and Lookup formulas in VBA.
Freezing of the formula in VBA.
Other useful formulas to be write in Class.
Error handling.
User Define Function (UDF): Detailed discussion on User Defined Function: What is User
Defined Function, Use of User Defined Function and How to create any Function OR
Formula which is not available in Excel and you want it to work for you by the help of
Macro.
ADD-IN: Discussion on ADD-IN: What is ADD-IN, Use of ADD-IN and How to create
ADD-IN.
Working With VBA Events: Discussion on VBA Events, What are Events, How and when
to use the VBA Events.
VBA User Forms: Discussion on VBA User Forms, What are User Forms, Why to create
User Forms and How to create User Forms.