Excel Training
Excel Training
• Format cell
• Editing in cell
Advance Excel
FORMAT CELL – It means formatting the entries written inside a particular cell or a range of
cells. Excel has a Some Tools which are very convenient to apply formatting on different entries.
Advance Excel
Conditional formatting
Step 1
Step 2
Step 3
Step 4
Advance Excel
Creating new rule and managing existing rule
• You create, edit, delete, and view all conditional formatting rules in the workbook by using
the Conditional Formatting Rules Manager dialog box.
• (On the Home tab, click Conditional Formatting, and then click Manage Rules.)
Advance Excel
Insert Menu
• Table
• Insert Picture / Shapes/Smart Art
• Pivot Table
• Page Layout Menu
• Merging , Orientation
• Print Area ,Background
• Printing a Document
Advance Excel
Table
Advance Excel
Insert Picture / Shapes/Smart Art
1. We have to calculate the Interest Amount, we are assuming a flat 7% RI against the Loan Amount.
2. Now Assume that total there are 36 Instalments, so accordingly Calculate the EMI Amount. You have to write down the
necessary formula.
Advance Excel
Activity
Sr No. Loan Policy No Applicant Name Loan Amount Intrest Amt EMI Loan Issue Date No of Paid Inst. Pending Amount
1 PS-786 suresh chander 78000
2 PA-90 Teena Gandhi 50000
3 HR-7765 DEEPAK KUMAR 56200
4 PS-4453 TARUN Bhatia 75400
7 ED-1290 Pradeep 42000
8 HR-12 GAGAN DEEP 50000
9 PS-77 anil roy 34000
10 PA-60 P.K. DAS 45600
11 J. Dias
12 HR-4591 Md. Nadeem 35000
13 PA-4527 Youssra Salim 54000
14 PA-4591 Antonio Laplace 54000
15 HR-4341 Yana Klatiklova 60000
16 ED-1332 Shuvashish Behera 42000
17 ED-4565 Saran Bhatia 48000
18 PS-287 Tejinder Pal Singh 50000
19 HR-3188 ana luiza 45000
20 HR-4591 ellena harley 62000
21 PA-2774 MARTIN DESMOND 50000
3. Fill Loan Issue Date and Try to Change the Format as per DD-MMM-YY Format.
4. Fill the No of Paid Inst. Column with some Numbers and Try to calculate the Pending Amount using appropriate Formula.
5. Try to apply Appropriate Currency Symbol and Restrict all the Figures upto 2 Decimal Places in Each Cell. Try To Change
the Sheet Name as LoanSheet.
Advance Excel
• While Using Formula we can use three types of Cell Referencing , namely –
Relative Cell Referencing – When no $ sign is associated with row no and column Name.
Absolute Cell Referencing – We attach $ sign with both row no & column Name while mentioning
a cell address. Short cut key is F4.
Mixed Cell Referencing – It happens when $ sign gets associated with either Row No or Column
Name.
Advance Excel
Some Important Text Functions
=Upper() - Converts all characters into upper case. For E.g. =Upper(“Its”) will produce the output as ITS.
=Lower() - Converts all characters into lower case. For E.g. =Lower(“Its”) will produce the output as its.
=Proper() - Converts all characters into Proper case. For E.g. =Proper(“our mind”) will produce the output as
Our Mind
=Len() – To Count No. of Characters from a given String For e.g. =Len(“Excel Training”) will produce the
output as 14.
=Left()- It helps to pick some character from Left Most Position. =Left(“ABCD”,2) will produce AB as the
output.
=Right() – It is used to pick some character from Right Most Position. =Right(“ABCD”,2) will produce CD as
the output.
24
Advance Excel
Some Important Text Functions
=Concatenate() - To combine some text values. For e.g. =Concatenate(“Arjun”,” “,”Singh”) will produce output
as Arjun Singh.
=Char() - It will give the character value of the no. mentioned within the ().The no. should be between 0 to
255. For e.g. char(65) will produce the output as A – since 65 is the ASCII Code For A.
=Find() : The Excel FIND function returns the position (as a number) of one text string inside another.
25
Advance Excel
Some Important Date Functions
=Day () - Extracts the day from a given date – for e.g. =Day(“3-Apr-19”) will produce output as 3.
=Month() - Extracts the Month from a given date for e.g. =Month(“23-Apr-19”) will produce output as 4.
=Year() - Extracts the year from a given date for e.g. =Year(“3-Apr-19”) will produce output as 2019.
26
Advance Excel
Some Important Math Functions
=Abs()- To find the absolute value. For e.g.=abs(-10) will give 10 as the output.
=Int() - To extract the Integer value for e.g. int(12.63) will produce output as 12
=Pi() -To represent value of 22/7 - usage is =pi()
=Sqrt() - To calculate the sq. root of a no. For e.g. =Sqrt(81) will give the output as 9.
=power() - To calculate power of a no. For e.g. =Power(3,5) will give the result as 243.
=Round(...) - To Round off a Decimal Figure. Say =Round(45.6782,2) will produce output as 45.68
27
Advance Excel
Logical Functions
=AND(…)=AND (logical1, logical2, ...) – it can check multiple conditions and will return TRUE only
when all the conditions are satisfied. Else it will return FALSE.
=OR Function() - =OR (logical1, [logical2], ...) – it will return TRUE if at least one condition is
satisfied. If all the conditions are false then it will return FALSE.
28
Advance Excel
SumIf Functions
=SUMIF() – Usage is =SUMIF (range, criteria, [sum_range]). The Excel SUMIF function returns the sum of cells that supplied
criteria.
Criteria can be applied to dates, numbers, and text using logical operators (>,<,<>,=)
29
Advance Excel
CountIf Functions
=COUNTIF() - Usage is COUNTIF (range, criteria). COUNTIF is a function to count cells that meet a single
criteria.
30
Advance Excel
LOOKUP Function
–It is a single row or single column of data that is the same size as the lookup_range.
Advance Excel
A Sample WorkSheet
Sales Target
Qtr
Q1 Q2 Q3 Q4
560000 478600 732100 575000
And We have to pick a Target value against any Qtr – now since the searching will happen row
wise so we have to use HLOOKUP()
Advance Excel
Syntax :
=HLOOKUP(lookup_value, table_array, Row_index_num, True/False).
Advance Excel
Quiz 1
In Case you are searching a value which is not existing then what will be the
output from VLOOKUP / HLOOKUP Function ?
• We can apply Filters to extract only the required Data. This Option is available under Data
Menu. Option is Data -> Filter
Sr Loan Policy Loan Loan Loan Issue No of Paid Amount Last EMI
No. No Category Applicant Name Amount EMI Date Inst. Pending Date Status
1 PS-786 PS Sureshchander 78000 21-Mar-19 8
2 PA-90 PA Teena gandhi 45600 15-Jul-19 12
Sort
Option
Advance Excel
Data Sorting
• Select the complete range of Data which You want to Sort. Remember there
should not be any blank rows or columns within the selected Range.
• Next Goto To Data -> Sort Option to sort the data either in Ascending or
Descending way.
Advance Excel
Removing Duplicate Value – Process Flow
• If the data in all three columns is duplicated then the rows shall be deleted. ( The blue ones won’t be deleted
since the age is different)
Advance Excel
Removing Duplicate Value – Process Flow
Advance Excel
Group : It means organizing the data and creating some sub division.
• Shift+Alt+Right Arrow is the shortcut to group rows or columns.
• What-If Analysis in Excel allows you to analyze the result with various possible combinations of inputs. There
must be at least one formula involved to perform What If analysis.
Night shift 25 75
Advance Excel
Activity
Let us Consider the Below Mentioned Worksheet
Night shift 25 75
Problem Statement : The TARGET has to be doubled which is currently 300 at this time. So
what should be the desired output in the DAY SHIFT to achieve the desired Target ?
Advance Excel
Activity
Problem Statement : The TARGET has to be doubled which is currently 300 at this time. So what
should be the desired output in the DAY SHIFT to achieve the desired Target ?
Advance Excel
Data Consolidate
Sr Loan Policy Loan Loan Loan Issue No of Paid Amount Last EMI
No. No Category Applicant Name Amount EMI Date Inst. Pending Date Status
1) Using Data Validation implement validation under Loan Amount Column so that 0 or no negative
values can be entered.
2) Using Data Validation implement validation under Loan Issue Date Column so that no Date should
be entered which is beyond the current Date
Advance Excel
Some More Advanced Options
Short cut for open Freeze pane from view tab Alt+f
60
Advance Excel
Excel Reference in the Same Worksheet
61
Advance Excel
Excel Cell Reference in the Same Workbook but from Different Sheet
• Assume you have sheet names Sheet1 & Sheet2.
• In Sheet1 we have sales data and in Sheet2 we need the total of these sales data.
62
Advance Excel
Excel Reference in the Different Workbook Sheet
Advance Excel
Excel Reference in the Different Workbook Sheet
An external reference in Excel is a reference to a cell or range of cells in another workbook.
Below you can find the workbooks of three divisions (North, Mid and South).
64
Advance Excel
Excel Reference in the Different Workbook Sheet
65
Advance Excel
Creating Excel Dash Board
An Excel Dashboard can be an amazing tool when it comes to tracking KPIs, comparing data points, and getting data-backed
views that can help management make decisions. An Excel dashboard is one-pager (mostly, but not always necessary) that
helps managers and business leaders in tracking key KPIs or metrics and take a decision based on it. It contains
charts/tables/views that are backed by data.
A dashboard is often called a report, however, not all reports are dashboards.
• A report would only collect and show data in a single place. For example, if a manager wants to know how the sales have
grown over the last period and which region were the most profitable, a report would not be able to answer it. It would
simply report all the relevant sales data. These reports are then used to create dashboards (in Excel or PowerPoint) that
will aid in decision making.
• A dashboard, on the other hand, would instantly answer important questions such which regions are performing better and
which products should the management focus on. These dashboards could be static or interactive (where the user can
make selections and change views and the data would dynamically update).
66
Advance Excel
Creating Excel Dash Board – Few Important Points to be considered
67
Advance Excel
Creating Excel Dash Board – Few Important Points to be considered
As a best practice, divide your Excel workbook into three parts (these are the worksheets that I create with the same name):
Data – This could be one or more than one worksheet that contain the raw data.
Calculations – This is where you do all the calculations. Again, you may have one or more than one sheet for calculations.
Dashboard – This is the sheet that has the dashboard. In most of the cases, it is a single page view that shows analysis/insights
backed by data.
Remember that the Data is the Backbone of each and every Types of Reports. As a part of our
practice we are going to prepare a Dashboard using Call Report data.
68
Advance Excel
THANKS