Sullivan Ranch Corporation has purchased a new tractor and has provided you with information related to the purchase. The Controller
has asked you to calculate the depreciation for the new piece of equipment using different methods: StraightLine depreciation, Units
ofProduction depreciation, and DoubleDecliningBalance depreciation. Use the information included in the Excel Simulation and the
Excel functions described below to complete the task.
Cell Reference: Allows you to refer to data from another cell in the worksheet. In the Excel Simulation below, if B is entered
in a blank cell, the formula outputs the result from cell B which is in this example.
Absolute Reference: Allows you to maintain the original cell reference when a formula is copied to another cell. The cell
reference is "locked" by putting a dollar sign $ before the column and row references. By default a cell reference is relative, so
when you copy a formula to another cell, the values update based on a relative reference. For example, if you copy the formula
BB from cell C to cell C the formula in cell C relatively updates to be BB Since the copied formula moved
down one cell, the formula cell references also move down one cell. Conversely, by adding the absolute cell reference "locks" to
the equation, the formula does not change when copied to any other cell. For example, if $$$$ in cell C is copied to
cell the formula in cell remains $$$$ You can also use a mixed cell reference by only "locking" the column or
row $B or $ which locks that specific column or row while the other reference becomes a relative reference and "moves"
with the formula as it's copied to another cell. For example, if you copy the formula B$B from cell C to cell C the formula
in cell updates to be B $ Since the copied formula moved down one cell, the formula cell relative references also
move down one cell, but the absolute "locked" reference remains the same.
Basic Math functions: Allows you to use the basic math symbols to perform mathematical functions. You can use the following
keys: plus sign to addminus sign to subtractasterisk sign to multiply and forward slash to divide In the Excel
Simulation below, if BB is entered in a blank cell, the formula adds the values from those cells and outputs the result,
which is in this example. If using the other math symbols, the result is an appropriate answer for the function.
SUM function: Allows you to refer to multiple cells and adds all the values. You can add individual cell references or ranges to
utilize this function. In the Excel Simulation below, if SUMBBB is entered in a blank cell, the formula outputs the result
of adding those three separate cells, which is in this example. Similarly, if SUMB:B is entered in a blank cell, the
formula outputs the same result of adding those cells even though they are expressed as a range in the formula, so the result is
in this example.
SLN function: Allows you to calculate the depreciation of an asset using the straightline depreciation method. The syntax of the
SLN function is SLNcostsalvage,life and outputs the depreciation for one period. The cost argument is the initial cost of the
asset. The salvage argument is the salvage value at the end of the life of the asset. The life argument is the number of periods
over which the asset is being depreciated, also called the useful life.
DDB function: Allows you to calculate the depreciation of an asset using the doubledeclining balance method. The syntax of
the DDB function is DDBcostsalvage,life,period,factor and outputs the depreciation for one period. The function must
include the first four arguments and has a fifth optional argument. The cost argument is the initial cost of the asset. The salvage
argument is the salvage value at the end of the life of the asset. The life argument is the number of periods over which the asset
is being depreciated, also called the useful life. The period argument is the period for which you want to calculate the
depreciation and must use the same units as the life argument. The factor argument is the rate at which the balance declines.
When omitted, factor is assumed to be for the doubledeclining balance method Please help with formulas, this is very sensitve and wants me to use excel formulas but if the formula is wrong it takes points off.