advanced excel for finance professionals

46
Advanced Excel for Finance Professionals A self study material from South Asian Management Technologies Foundation

Upload: miriam

Post on 06-Jan-2016

38 views

Category:

Documents


4 download

DESCRIPTION

Advanced Excel for Finance Professionals. A self study material from South Asian Management Technologies Foundation. Welcome Back to Session 4. Session 6: What-if. What If Analysis GOAL SEEK SCENARIO DATA TABLE SOLVER. Goal Seek. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Advanced Excel for Finance Professionals

Advanced Excel for Finance Professionals

A self study material from

South Asian Management Technologies Foundation

Page 2: Advanced Excel for Finance Professionals

Welcome Back to Session 4

Page 3: Advanced Excel for Finance Professionals

Session 6: What-if

• What If Analysis– GOAL SEEK – SCENARIO – DATA TABLE – SOLVER

Page 4: Advanced Excel for Finance Professionals

Goal Seek

• We have a budget scenario and look for the input value of a cell if we want to get a specific value in output cell. – Price for a Shirt if target total profit is 90000

Product Shirt Jeans Jacket Tie Total

Price 75 90 150 80 

Variable Cost 43 52 96 53 

Contribution 32 38 54 27 

Unit sold 1500 1850 950 650 

PV Ratio 43% 42% 36% 34% 

Total Contribution 48000 70300 51300 17550 187150

Fixed Cost 25000 38000 28000 16000 107000

Total Profit 23000 32300 23300 1550 80150

Page 5: Advanced Excel for Finance Professionals

Invoking Goal Seek

• Invoke Goal Seek from What-if-Analysis menu under Data tools.

• Provide the specified value

Page 6: Advanced Excel for Finance Professionals

The Solution

• The solution is provided. If we press OK the displayed values will be stored.

Page 7: Advanced Excel for Finance Professionals

Scenario

• Allows us to keep multiple values of same table logic with different values in same worksheet range

• We do not need to create multiple tables

• Most useful when you use only one set of value i.e. the multiple sets of data are mutually exclusive

Page 8: Advanced Excel for Finance Professionals

Creating a Scenario

• We have a simple profit budget.

• We are often required to create budget for different sales level

Product Shirt Jeans Jacket Tie Total

Price 75 90 150 80 

Variable Cost 43 52 96 53 

Contribution 32 38 54 27 

Unit sold 1500 1850 950 650 

PV Ratio 43% 42% 36% 34% 

Total Contribution 48000 70300 51300 17550 187150

Fixed Cost 25000 38000 28000 16000 107000

Total Profit 23000 32300 23300 1550 80150

Page 9: Advanced Excel for Finance Professionals

Creating a Scenario

• Select Add Option under Scenario Manager under What-if-Analysis Option from Data

Page 10: Advanced Excel for Finance Professionals

Specifying the Scenario

• Provide a scenario name and cell(s) which you want to change.

• Keep prevent change option selected

Page 11: Advanced Excel for Finance Professionals

Provide values for Scenario

• Create a scenario with original values before you create a scenario with changed values

Page 12: Advanced Excel for Finance Professionals

Recalling a Scenario

• Recall the scenario from What-if-Analysis and select show.

• Get the old values back by selecting original scenario

Page 13: Advanced Excel for Finance Professionals

Scenario Summary

• This option provides a summary view of data input and output

Page 14: Advanced Excel for Finance Professionals

Data Table

• Data table defines a range of data as a group and allows manipulating them in some predefined ways irrespective of the data lying outside the table.

• Most of the functions that can be performed on a table can be performed on the range but mostly in a more complicated manner

• You can disassociate the range from table functionality without deleting data

Page 15: Advanced Excel for Finance Professionals

Create a Table

• We can create a table in two ways– Insert a table– Convert a range to table by using Style option

in Home menu– The formatting and filter option comes about

automatically

• Check if you have headers in your table

Page 16: Advanced Excel for Finance Professionals

Table Created

• The table functions are visible once you select any cell inside the table

• You can name the table

Page 17: Advanced Excel for Finance Professionals

Remove Duplicate Values

• Specify the columns on which you will search for duplicates

• Enter a data outside table in same rows with duplicate value and remove duplicate

Page 18: Advanced Excel for Finance Professionals

Convert Back to Range

• Just click on any cell and activate the table menu option

• Select Convert to Range

Page 19: Advanced Excel for Finance Professionals

Solver

• A powerful tool that solves for a constraint driven optimisation model.– For example necessary sales quantity for a

target profit subject to limited demand

Page 20: Advanced Excel for Finance Professionals

Start Solver

• Solver is a component of Analysis group under Data option. You may need to install it.

• Provide for the parameters

Page 21: Advanced Excel for Finance Professionals

Major Solver Parameters

• Initial components are like Goal Seek– Set Objective: The cell value that you want to– To: Maximise, minimise, or provide a value– By Changing: The input cell ranges

• The Constraints– Identify the constraint cell– Provide the logical operator– Define the value for the constraint cell

Page 22: Advanced Excel for Finance Professionals

Providing Solver Parameters

• We want to, maximise profit by changing units sold subject to maximum demand

Page 23: Advanced Excel for Finance Professionals

Add a Solver Constraint

• Provide values for all constraints by adding every constraint

Page 24: Advanced Excel for Finance Professionals

The Solver Model

Page 25: Advanced Excel for Finance Professionals

The Solver Solution

• Optimal solution provided, replace values with optimal solution or restore original values

Page 26: Advanced Excel for Finance Professionals

Session 6: Special Features

Page 27: Advanced Excel for Finance Professionals

Special Features

• External data

• Text to columns

Page 28: Advanced Excel for Finance Professionals

Using External Data

• Excel can import data from various sources and allow users to analyse the data using Excel functions

• Data source may be Access, Webpage, text, or other database

Page 29: Advanced Excel for Finance Professionals

Data from Web

• Select From Web option under Get External Data and specify the web page

• Select table in webpage you want to import

Page 30: Advanced Excel for Finance Professionals

Imported Data

• The data is now in the worksheet

• Right click on any cell and see the web query

• You can refresh the same.

Page 31: Advanced Excel for Finance Professionals

Text to Column

• This is a standard function for importing large text data into various columns depending on the structure of the data.

• You can copy a line containing a string where each item is separated by some common element like space, then use this function to convert it.

Jan Feb Mar Apr May June July Aug

Page 32: Advanced Excel for Finance Professionals

Text to Column

• Invoke the menu from Data option and follow the on-screen direction

• Specify data type for each column

Page 33: Advanced Excel for Finance Professionals

Text to Column

• Here is the formatted data

Page 34: Advanced Excel for Finance Professionals

Session 7: Macros

Page 35: Advanced Excel for Finance Professionals

Session 8: Macros

• These are sequence of steps that we need to perform regularly.

• Hence we automate the process by recording these steps and playing them back whenever necessary.

Page 36: Advanced Excel for Finance Professionals

Setup for Macro

• If you do not see the Developer ribbon– Click on File Menu (top left)– Go to Options– Select “Customize Ribbon”– Ensure “Developer tab” is checked– Click ok.

Page 37: Advanced Excel for Finance Professionals

Record a Macro

• Click on Record Macro

• Complete the box

Page 38: Advanced Excel for Finance Professionals

Record a Macro

• Go to HOME menu and colour the cell red

• Go to DEVELOPER menu and stop recording

• Check the macro – press Ctrl-Shift-P

• Current cell will become red

Page 39: Advanced Excel for Finance Professionals

Create a Macro Button

• Go to INSERT menu and create a rectangle anywhere in the sheet.

• Put a text there, say “Red Painter”

Page 40: Advanced Excel for Finance Professionals

Assign the Button Macro Function

• Right click the rectangle and assign macro

• Now whenever you click the button, the selected cell area will become red!

Page 41: Advanced Excel for Finance Professionals

Macro Exercise

• Create a button for computing average for values in ten cells located above the cell where average will be printed.

Page 42: Advanced Excel for Finance Professionals

Session 8: Word Integration

Page 43: Advanced Excel for Finance Professionals

Integrating Word

• You can link a table / cell in a Excel document into a Word document.

• Once it is linked, any change in the worksheet will automatically update the word document.

• Very useful for creating automatic reports

Page 44: Advanced Excel for Finance Professionals

Word Integration

• Open Word document and copy a Excel table; Select Link & Use Destination Style

Page 45: Advanced Excel for Finance Professionals

Embedding Worksheet

• You have to have Excel and Word file together for continuous updation.

• You can embed excel file– this will increase size of word file but excel file can be edited

Page 46: Advanced Excel for Finance Professionals

Thank [email protected]