Formuals and Techniques
Formuals and Techniques
This Advanced Microsoft Excel Course Syllabus is designed by Industry Experts. Our Advanced Excel Course
Syllabus covers in-depth knowledge of pivot tables, audit and analyze worksheet data,VBA Macro, utilize
data tools, collaborate with others, and create and manage macros with live Projects.
This advanced Excel course syllabus is designed for the intermediate Excel user who desires to learn more
advanced skills. Learn the most advanced formulas, functions, charts and types of financial analysis to be an
Excel power user.
Excel Introduction
Excel Advanced
Contents
Formulas .......................................................................................................................................................
3
VLOOKUP...................................................................................................................................................
3
COUNTIFS ..................................................................................................................................................
4 COUNT
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
VLOOKUP
The VLOOKUP function searches vertically (top to bottom) the leftmost column of a table until a value that matches or
exceeds the one you are looking up is found.
The elements being looked up must be unique and must be arranged or sorted in ascending order; that is, alphabetical
order for text entries, and lowest-to-highest order for numeric entries.
An example of the formula is: VLOOKUP(E2,D2:M3,2,TRUE) The English translation is using the value found in the cell E2,
look in the range of D2 to M3 row by row. If you find a value that matches or exceeds the value in E2, using that row, go
over 2 columns to the right, grab the value there and bring it back. There are two range_lookup argument options; TRUE
or FALSE
TRUE
If it doesn’t find an exact match, it will use the last item before it got greater
Alphabetical: Looking for Cat. If elements are Apple, Bird, Carpet, Dog; then Carpet
would be returned because Dog exceeds Cat alphabetically.
Numeric: Looking for 5.25. If elements are 3.0, 4.0, 5.0, 6.0, 7.0, then 5.0 would be used.
The last number before 5.25 was exceeded.
FALSE
Alphabetical: Looking for Cat. If elements are Apple, Bird, Carpet, Dog; then #N/A would
be returned.
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
COUNTIFS
Recall quickly the COUNT and IF commands.
COUNT
The COUNT function counts the number of cells that contain numbers and counts numbers within the
list of arguments.
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
The formula is =COUNT(A1:A4). The English translation is count how many cells within the range has a
value in it and display the result.
IF
The formula makes a statement/question, if the answer is true then one response is obtained. If the
answer if false, then another answer is obtained.
Continuing on with our SUM formula from above, let’s add some verbage to emphasize whether the
result is greater or less than twenty.
The formula is =if(A5<20,”Amount is less than twenty”,”Amount is more than twenty”). The English
translation is if the value found in A5 is less than twenty THEN display the comment ‘Amount is less
than twenty’ ELSE display the comment ‘Amount is more than twenty’.
COUNTIF
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
COUNTIFS
The COUNT function counts the number of cells in a range that meets multiple criteria.
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
If you only want a particular filter, deselect the (Select All) box and
check the filter you desire.
In the below screen shot, Kendell Kilborn is selected. Notice the hidden rows to the left. Those represent data
lines for mileage paid to individuals other than Kendell. No data is lost, it is just currently hidden.
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
1 The headers in the criteria range must be exactly as they are in the list
range
2 There must be at least one blank row between l
the criteria range and the list range
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Create a criteria range by inserting a few rows and copying the header from the data range.
Although not required, it is often best to have the range above your data for simplicity.
1
Type in the criteria you want to filter by.
2
4
Select the Advanced icon
with your left mouse button.
The list range most likely will be your data. If not, you will need to correct it.
5
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
1 2
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Now that the data has been filtered it would be great to save it so you can manipulate it further. To do
so is a rather straight forward process. Basically you will go to where you want to save it, Sheet2 in our
example, and go through the filtering process that we did above with just a couple of twists.
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
On the destination worksheet (Sheet2 for example) place the cursor in a blank cell.
1
2
Select the Advanced icon with your left mouse button.
3
Under Action, selectcopy to another location
Excel’s traditional formulas do not work on filtered data since the function will be performed on both
the hidden and visible cells. To perform functions on filtered data one must use the subtotal function.
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
2 COUNT 8 STDDEVP
3 COUNTA 9 SUM
4 MAX 10 VAR
5 MIN 11 VARP
6 PRODUCT
An example of the formula is: =SUBTOTAL(9,E12:F19) The English translation is using the ninth
subtotal function, which is SUM, add up all of the data within the range that is selected by the filter.
For comparison, included is the SUM function for the same range which brought back the total for all
of the data cells, hidden or displayed.
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Defined
As long as you can connect to the data, whether it be locally in the same workbook or
remotely in other locations, you can built PivotTable reports that rearrange the raw data and
change it into meaningful information
A pivot table is an interactive way to quickly summarize large amounts of data; to analyze numerical
data in detail and to answer unanticipated questions. They are especially designed for:
3 Best to have the pivot table on a separate worksheet so it does not accidently
clobber the data
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Pivot Tables work best when you have simple data in rows and columns.
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
• It is good to use a new worksheet for the pivot table so that your
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Field
Pivot 2
List
Table
Report
1
3 4
Drop
Zones 5 6
PivotTable Geography
The pivot table will be located here. The size will adjust as it needs to automatically.
1• NOTE: If you move your mouse out of this area, the PivotTable Field List will disappear. To get it back,
merely left click your mouse within this area again and it will appear.
The fields listed here are your column headers on your original data source.
2• These fields may be utilized in designing your PivotTable Report.
• You may use a field more than once.
Report Filters:
3• Similar to a mentally page break. Allows the user to classify the data
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
• Select the Dept name with your mouse, left click, and drag it to the row
label
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
2
• The list our SCOE departments now appear to the left.
1
• Drag down last name and salary into the Value zone
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
To change the formula, we will launch the value fields setting dialog box and choose a different formula.
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Changing a Formula
The value dialog box will appear. Using a left click on your mouse, select the Value Field
2
Settings
The value field settings dialog box appears. On the summarized by tab, select the
3
average calculation from the drop down box
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Now we want to change the column headers and the number format.
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Left click on the Count of Last Name column header, B4. Modify the title as you would
1 any title in a normal spreadsheet, in other words, get typing.
Select any cell in the Average of Salary column. Right click on your mouse which
2 launches an option dialog box. Left click on value field settings option which launches
the value field setting dialog box.
In the value field settings dialog box, select the number format button on the bottom
3 left corner.
Within the format cells dialog box, select your desired format
4
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Two very useful icons on the PivotTable Tools tab are sort and refresh.
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Sort works exactly the same as the sort on the Data tab. However, if you want to sort the
results created in the PivotTable, you must use the icon located on this tab.
1
If you update your source data, it is imperative to refresh your pivot table results,
actually each pivot table created using the same source data.
2
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
• To do so:
o select any cell within the row
labels
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
4
o Select the Layout & Print tab
Let’s clean up the data a bit by removing the <0 and >0 lines, as well as having the value zero (0)
appear for ranges with no values.
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
• To display zeros, navigate to PivotTable Tools\options tab and select Options from the
2
PivotTable Group and select options which launches the options dialog box.
3
• Within the Layout & Format tab, insert a zero in the box for the For Empty cells show:
option.
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
So far the only grouping we have done has been by the rows. Groups can be done by columns as well.
In all of our first tables, we group on the starting date by grouping, or combining, the individual dates
by month.
Build a pivot table with the departments as the row labels and drop the start dates into the column
labels. The table appears as follows:
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
• Instead of showing the values as normal, select the down arrow to display the various options.
You may also make calculations on the pivot table results themselves. For instance, to
calculate the percent of salaries paid by the various departments:
• Drag the salaries once again to the formulas zone.
• Navigate to a cell with the column and right click the mouse to launch the dialog box
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
• Within the value fields settings dialog box now select the show vales as tab.
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
To display the labels in tabular form navigate to PivotTable Tools\design tab. Within the layout group select report
layout. 1
2 1
This is a much cleaner
presentation of the data.
form, and
employee
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Utilizing the site report filter that we have before; select PivotTable tools\Options within the PivotTable
group. Then select the chevron to the left of Options and select show report filter pages.
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
It is often best to format the source data area as a table, especially if it is data that has the potential of
being appended. By formatting the data as a table, as additional rows are added at the bottom of the
table, without any spaces, the data area automatically expands.
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Select a cell within your data area. From the Home tab, select format as a table
from the styles group.
1
If the table format is no longer desired you may turn off the ‘table formatting’ by navigating to \table
tools\ tools and select the convert to range option.
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Looking for Classroom Training learn Advance Excel at your nearest location in Chennai & Bangalore. Also
you can learn from anywhere take Advance Excel course through Online.
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260
Chennai: +91-8099 770 770 Bangalore: +91-8767 260 270 Online: +91-9707 250 260