Ghaziabad Branch of Circ of Icai: Institute of Chartered Accountants of India
Ghaziabad Branch of Circ of Icai: Institute of Chartered Accountants of India
GHAZIABAD BRANCH OF
CIRC OF ICAI
SUMBITTED TO:
•
SUMBITTED BY:
MR. ABHINAV SHARMA
ANSHIKA TYAGI
(ITT FACULTY)
CRO0721767
BATCH NO. -
ICITSSITT__GHAZIABAD_29
•
•
MS
EXCEL
INDEX
CONTENT SLIDE
NUMBER.
Introduction to MS Excel and Protecting in Excel. 1-5
Graphing
Tools.
Data Calculations.
Sharing.
FEATURES
Optimize
Memory.
Database.
Remote
Access.
APPLICATION OF MS EXCEL 3
DATA ANALYTICS
FORECASTING
PORTFOLIO MANAGEMENT
1. Quick
Access
Toolbar
2. Ribbon
7.Row Number.
6.Active Cell.
8.Sheet Tab
WORKBOOK SECURITY 5
TABLE
CANDIDATE EYE SIGHT HEIGHT(cm) AGE IS ELIGIBLE
RAM Myopic 170 25 yes
The MAX function will return the largest numeric value within a
4. Max function
given set of data or an array.
The MIN function will return the smallest numeric value within a given
5. Min function set of data or an array.
The LARGE function is similar to the MAX function but the only
6. Large function difference is it returns the nth largest value within a given set of data or
an array.
7. Small fumction The SMALL function is similar to the MIN function, but the only difference is it
return nth smallest value within a given set of data or an array.
10
EXAMPLES:
Roll NO. Name Gender ACCOUNTS LAW ECO TAX TOTAL MARKS
FINANCIAL FUNCTIONS
Financial function calculates financial information such as net present value
and monthly payments.
RATE function: Calculates the period rate .Each PMT must be the same. Time
period between each PMT must be the same. Interest rate will remain constant
12
NPER function: Calculates the total number of periods . Each PMT must be the
same. Time period between each PMT must be the same. Interest rate must
remain constant.
FV function: Calculates the future value of an investment, for either a lump sum or a
savings plan .Interest rate must remain constant. Each PMT must be the same. Time
period between each PMT must be the same
SLN Function : It returns the straight line depreciation of an asset for one
period.
MATHEMATICAL FUNCTIONS
13
7) MOD Function : It returns the remainder after number is divided by divisor .The
result has the same sign as divisor.
10) RAND Function: It returns an evenly distributed random real number greater than
or equal to 0 and less than 1. A new random real number is returned everytime the
worksheet is calculated.
13) SUM IF Function: It adds the cells specified by a given condition or criteria.
16
PIE CHART
20
CREATING CHARTS & GRAPHS ON MS
EXCEL
PIVOT CHART
21
● Select a data series in an existing chart that you want to appear as another
chart type .
● In the Type Group on the Chart Tools Design Tab , click the Change Chart
Type button , and then click the chart type you want .
● Modify the data range that the chart is based on ( do not directly modify data
in the chart .
USES OF PIVOT
TABLE
• Allow users to analyze a large amount of data and identify trends and
patterns between data points.
• Summarize data from table and display it in a more user-friendly
format.
• Pivot Charts provide visual representations of data and allow users to see
how different data points within the table interact with each other.
• Allow users to quickly sort and filter data so they can focus on specific
aspects of the data set at any given time.
28
STEP-BY-STEP PROCESS TO CREATE
A PIVOT TABLE
1. Select the cells you want to create a PivotTable from.
• NOTE: Your data should be organized in
columns with single header now.
2. Select INSERT > PIVOT TABLE.
3. This will create a PivotTable based on an existing table or range.
• NOTE: Selecting Add this data to the Data
Model will add the table or range being used for
this PivotTable into the workbook’s
Data Model.
29
5. Click OK.
The PivotTable is created and you can
adjust and analyse your data using
the PivotTable options and Design
tabs
on the Excel ribbon.
30
• Cell Reference
Most formulas we create include references to cells
or ranges. These references enable our formulas to
work dynamically with the data contained in those
cells or ranges.
1 2 3
Relative Absolute Mixed
33
Cell Referencing
Types of Cell References : Relative
This is the most widely used type of cell reference in
formulas.
Cell Referencing
Types of Cell References : Mixed
Either the row or the column reference is
relative, and the other is absolute. Only one of
the address parts is absolute
(for example, $A4 or A$4)
.
If the reference says $A4 it means if we copy
this reference to any other cell the reference
will only offset the column number that is
“$A” but not the row number that is “4”.
Scenario Analysis
Scenario manager in Excel allows you to change or substitute
input values for multiple cells (maximum up to 32).
Therefore, you can view the results of different input values
or different scenarios at the same time.
After adding different scenarios, we can create a summary
report in Excel from this scenario manager.
From the top of Excel, click the Data menu > On the “Data”
menu, locate the “Data Tools” panel > Click on the “What-If-
Analysis” item and select the “Scenario Manager” in Excel
from the menu.
37
Consolidation Function
• To summarize and report results from separate worksheets, you can
consolidate data from each sheet into a master worksheet. The
sheets can be in the same workbook as the master worksheet, or in
other workbooks. When you consolidate data, you assemble data so
that you can more easily update and aggregate as necessary.
39
Sub Total Function
• The SUBTOTAL function in Microsoft Excel returns the subtotal value
from a range of cells. It allows you to use other functions, like AVERAGE
or COUNT, to find custom totals from a dataset.
• You can insert a formula using SUBTOTAL into a range of cells without it
affecting the overall total
40
• #NAME? Error
• #DIV/0! Error
• #REF! Error
• #NULL! Error
• #N/A Error
• ###### Error
• #VALUE! Error
• #NUM! Error
HYPERLINK 41