Practical File On ": Financial Modelling With Spreadsheets"
Practical File On ": Financial Modelling With Spreadsheets"
1
INDEX
SNO PARTICULARS PAGE NO.
1. Draw the pie chart and bar chart in excel . 3
5. Perform VLookUP 12
2
Q-1 On the basis of following information of five companies given below:-
A 40 42 18
B 45 45 10
C 46 42 12
D 25 35 40
a). Draw the pie chart and bar chart in Excel sheets.
SOLUTION:-
STEP-3 Select the data of each product one by one for all the three years
STEP-6 Press (window + print screen) button for taking the screenshot of excel sheet
3
4
Q-2 The following table given as year wise sale figure of five salesman in Rs.
SOLUTION: Select a cell next to the numbers you want to sum, click AutoSum on
the Home tab, press Enter, and you’re done.
SOLUTION: Step 1: Open the spreadsheet containing the data for which you want to find the
highest value.
Step 2: Highlight the range of cells for which you wish to find the highest value.
Step 4: Click the AutoSum drop-down menu in the Editing section at the right side of the
ribbon, then click the Max option.
This will display the highest value in your selected cells in the first open cell under your selected
data.
C). Draw the chart representing the sales made by each salesman.
1. Select the data you wish to display. If Excel recognizes your data as being a list, you can
select any cell within the list.
2. On the Insert tab, in the Charts group, select the type of chart you wish to insert by
clicking on it.
5
3. Select a specific chart. The following image shows the charts available if you click
the Insert Column or Bar Chart command.
D). Calculate the average sales made by the salesman.
1. Click a cell below or to the right of the numbers for which you want to find the average.
2. On the Home tab, in the Editing group, click the arrow next to AutoSum , click Average,
and then press ENTER.
6
7
QS 3. Perform the mathematical functions:-
SUM: STEPS
Select a cell next to the numbers you want to sum, click AutoSum on the Home tab,
press Enter, and you’re done.
COUNT: STEPS:
Use AutoSum by selecting a range of cells that contains at least one numeric value. Then on
the Formulastab, click AutoSum > Count Numbers.
AVERAGE: STEPS:
1. Click a cell below or to the right of the numbers for which you want to find the
average.
2. On the Home tab, in the Editing group, click the arrow next to AutoSum ,
click Average, and then press ENTER.
MAXIMUM: STEPS:
Step 1: Open the spreadsheet containing the data for which you want to find the highest
value.
Step 2: Highlight the range of cells for which you wish to find the highest value.
Step 4: Click the AutoSum drop-down menu in the Editing section at the right side of the
ribbon, then click the Max option.
This will display the highest value in your selected cells in the first open cell under your
selected data.
MINIMUM: STEPS:
Then press the Enter key to get the minimum data. The minimum value will be displayed in
the cell.
8
ABS
INT
ROUND: STEPS:
9
QS. 4. Perform conditional & logical functions:-
AND
IF
OR
NOT
10
11
Q-5. Perform the Vlook up table with the following content .
1. Click the cell where you want the VLOOKUP formula to be calculated.
2. Click "Formula" at the top of the screen.
3. Click "Lookup & Reference" on the Ribbon.
4. Click "VLOOKUP" at the bottom of the drop-down menu.
5. Specify the cell in which you will enter the value whose data you're looking for.
6. Specify the data which you want VLOOKUP to use for its search in the table_array box.
In this case, we've selected the entire table (excluding the headers).
7. Specify the column number which VLOOKUP will use to find the relevant data in the
col_index_num box. Somewhat confusingly, VLOOKUP requires you to use the
numerical value of the of the column rather than its letter value.
8. Specify whether you need an exact match by entering either FALSE (exact match) or
TRUE (approximate match) in the range_lookup box.
9. Click "OK" at the bottom of the popup window.
10. Enter the value whose data you're searching for.
12
Q-6 Perform Date and Time Function
Now ()
=NOW()
Today()
=TODAY()
Date value()
=datevalue()
Day()
=day()
Month()
=month()
Year()
=year()
13
Q-7 Perform text functions
Lower
=LOWER()
Upper
=UPPER()
Proper
=PROPER()
Left
=LEFT()
Right
=RIGHT()
Concatenate
=CONCATENATE(text1, [text2], …)
14
QS. 8. Draw a Pivot Table with relevant data.
CompanyName
Product Name
UnitPrice
Quantity
SubTotal
15
11. Note the above data has been grouped by customer company name, product name,
unit price, sum of quantities and the sum of the subtotals.
12. Notice the drop down button next to Rows Labels. This button allows us to sort/filter
our data. Let's assume we are only interested in Alfreds Futterkiste
13. Click on the Row Labels drop down list
14. Remove the tick from (Select All)
15. Select Alfreds Futterkiste
16. Click on OK button
17. You will get the following data
16
Qs. 9.Draw a Pivot Chart with relevant data.
Select the cells that contain your raw data, as created in QS.8.
Click on the Insert tab, and click on the “PivotTable” drop-down menu. Select
“PivotChart”.
Create the pivot Chart just as you created the Pivot Table in QS.8, going with
the default settings and clicking on Ok.
17
18
Qs.10. The following table given apply conditional formatting in it:-
19
QS.11. How to record macro & use it?
Year 1
January 30000
February 30000
March 30000
April 30000
May 30000
June 30000
July 30000
August 30000
September 30000
Octuber 30000
November 30000
December 30000
Year 2
January 40000
February 40000
March 40000
April 40000
May 40000
June 40000
July 40000
August 40000
September 40000
Octuber 40000
November 40000
December 40000
Year 3
January 40000
February 45000
March 40000
April 50000
May 50000
June 52500
July 55000
August 57500
September 60000
Octuber 62000
20
November 65000
December 67000
SOLUTION:
Macros and VBA tools can be found on the Developer tab, which is hidden by default, so the
first step is to enable it.
21
22
Question 12: Calculate NET PRESENT VALUE and INTERNAL RATE OF
RETURN from the following data.
Step 2: In order to calculate NPV, formula of NPV is applied which already exists
in excel and by putting the value in formula the amount is calculated.
Step 3: In order to calculate IRR, the formula of IRR is applied by putting the
values in the formula of IRR.
23