17
UNIT 5 Real-World Calculations

UNIT 5 Real-World Calculations. Topics Calc script options Data management commands Methodology for calc script creation Use IF and FIX in calc scripts

Embed Size (px)

Citation preview

Page 1: UNIT 5 Real-World Calculations. Topics Calc script options Data management commands Methodology for calc script creation Use IF and FIX in calc scripts

UNIT 5

Real-World Calculations

Page 2: UNIT 5 Real-World Calculations. Topics Calc script options Data management commands Methodology for calc script creation Use IF and FIX in calc scripts

Topics

• Calc script options

• Data management commands

• Methodology for calc script creation

• Use IF and FIX in calc scripts

• Prepare budget data calc script

• Allocate data

• Market share analysis

Page 3: UNIT 5 Real-World Calculations. Topics Calc script options Data management commands Methodology for calc script creation Use IF and FIX in calc scripts

Evaluating Calc Script Options

• IF or FIX

• Dense calculations before sparse calculations

• Two-pass calculations

• Intelligent calculations

• Blocks on equations

Page 4: UNIT 5 Real-World Calculations. Topics Calc script options Data management commands Methodology for calc script creation Use IF and FIX in calc scripts

Managing Data in Calc Scripts

• Data evaluation

• Data isolation

• Calculation control

• Environmental control

• Data management

Page 5: UNIT 5 Real-World Calculations. Topics Calc script options Data management commands Methodology for calc script creation Use IF and FIX in calc scripts

Managing Data with DATACOPY

BudgetActual

Page 6: UNIT 5 Real-World Calculations. Topics Calc script options Data management commands Methodology for calc script creation Use IF and FIX in calc scripts

Managing Data with CLEARBLOCK and CLEARDATA

• CLEARBLOCK removes blocks from the database

• CLEARDATA clears the values of a block’s cells, but does not remove the block

Page 7: UNIT 5 Real-World Calculations. Topics Calc script options Data management commands Methodology for calc script creation Use IF and FIX in calc scripts

Creating Real-World Calc Scripts

• Business problem

• Affected data

• Rollup considerations

• Individual calculations

• Completed script

Page 8: UNIT 5 Real-World Calculations. Topics Calc script options Data management commands Methodology for calc script creation Use IF and FIX in calc scripts

Working with Real-World Calcs

• Instructor supplies necessary information.

• Students create and test scripts.

• Instructor and students compare solutions.

Page 9: UNIT 5 Real-World Calculations. Topics Calc script options Data management commands Methodology for calc script creation Use IF and FIX in calc scripts

Creating Real-World Calcs: Isolating Data Using IF or FIX

• Business problem:

Adjust commissions for the Eastern region.

• Parameters:

Increase all commissions for the 1999 actuals retroactively by 25%.

2000 budget commissions are equal to actual commissions prior to the adjustment.

Page 10: UNIT 5 Real-World Calculations. Topics Calc script options Data management commands Methodology for calc script creation Use IF and FIX in calc scripts

Workshop 5-1:Isolating Data Using IF or FIX

Page 11: UNIT 5 Real-World Calculations. Topics Calc script options Data management commands Methodology for calc script creation Use IF and FIX in calc scripts

Creating Real-World Calcs: Preparing Budget Data

• Business problem:

Create a 2000 budget based on 1998 and 1999 actuals.

• Parameters:

Budget is based on 1999 actuals increased by variance between 1998 and 1999.

Eastern region is expected to grow by a rate of 15% over 1998.

Any region that shows a decrease between 1998 and

1999 uses 1999 actuals.

Page 12: UNIT 5 Real-World Calculations. Topics Calc script options Data management commands Methodology for calc script creation Use IF and FIX in calc scripts

Workshop 5-2:Preparing Budget Data

Page 13: UNIT 5 Real-World Calculations. Topics Calc script options Data management commands Methodology for calc script creation Use IF and FIX in calc scripts

Creating Real-World Calcs: Allocations

• Business problem:

Allocate budgeted freight costs from high-level members to budgeted individual products and market combinations.

• Parameters:

Apportion total freight costs to each product-market combination or based ratio of actual individual product-market freight to total actual freight.

If freight is missing, multiply gross sale by .004.

Page 14: UNIT 5 Real-World Calculations. Topics Calc script options Data management commands Methodology for calc script creation Use IF and FIX in calc scripts

Workshop 5-3:Allocations

Page 15: UNIT 5 Real-World Calculations. Topics Calc script options Data management commands Methodology for calc script creation Use IF and FIX in calc scripts

Creating Real-World Calcs: Product Share Analysis

• Business problem:

Calculate actual product share of Rods & Reels against total products

• Parameters:

Show the percentage of product share for each Rod & Reel.

Page 16: UNIT 5 Real-World Calculations. Topics Calc script options Data management commands Methodology for calc script creation Use IF and FIX in calc scripts

Workshop 5-4:Market Share Analysis

Page 17: UNIT 5 Real-World Calculations. Topics Calc script options Data management commands Methodology for calc script creation Use IF and FIX in calc scripts

Check Your Understanding