In: Accounting
Download the Applying Excel form and enter formulas in all cells that contain question marks.
For example, in cell B30 enter the formula "= B20".
Notes:
In the text, variances are always displayed as positive numbers. To accomplish this, you can use the ABS() function in Excel. For example, the formula in cell C31 would be "=ABS(E31−B31)".
Cells D31 through D39 and G31 through G39 already contain formulas to compute and display whether variances are Favorable or Unfavorable. Do not enter data or formulas into those cells—if you do, you will overwrite these formulas.
After entering formulas in all of the cells that contained question marks, verify that the amounts match the numbers in the example in the text.
Check your worksheet by changing the revenue in cell D4 to $16.00; the cost of ingredients in cell D5 to $6.50; and the wages and salaries in cell B6 to $10,000. The activity variance for net operating income should now be $850 U and the spending variance for total expenses should be $410 U. If you do not get these answers, find the errors in your worksheet and correct them.
Save your completed Applying Excel form to your computer and then upload it here by clicking “Browse.” Next, click “Save.” You will use this worksheet to answer the questions in Part 2.
Chapter 9: Applying Excel | |||||||
Data | |||||||
Revenue | $16.50 | q | |||||
Cost of ingredients | $6.25 | q | |||||
Wages and salaries | $10,400 | ||||||
Utilities | $800 | + | $0.20 | q | |||
Rent | $2,200 | ||||||
Miscellaneous | $600 | + | $0.80 | q | |||
Actual results: | |||||||
Revenue | $27,920 | ||||||
Cost of ingredients | $11,110 | ||||||
Wages and salaries | $10,130 | ||||||
Utilities | $1,080 | ||||||
Rent | $2,200 | ||||||
Miscellaneous | $2,240 | ||||||
Planning budget activity | 1,800 | meals served | |||||
Actual activity | 1,700 | meals served | |||||
Enter a formula into each of the cells marked with a ? below | |||||||
Review Problem: Variance Analysis Using a Flexible Budget | |||||||
Construct a flexible budget performance report | |||||||
Revenue | |||||||
and | |||||||
Actual | Spending | Flexible | Activity | Planning | |||
Results | Variances | Budget | Variances | Budget | |||
Meals served | ? | ? | ? | ||||
Revenue | ? | ? | ? | ? | ? | ||
Expenses: | |||||||
Cost of ingredients | ? | ? | ? | ? | ? | ||
Wages and salaries | ? | ? | ? | ? | ? | ||
Utilities | ? | ? | ? | ? | ? | ||
Rent | ? | ? | ? | ? | ? | ||
Miscellaneous | ? | ? | ? | ? | ? | ||
Total expenses | ? | ? | ? | ? | ? | ||
Net operating income | ? | ? | ? | ? | ? |
Actual Results | Spending Variance | Flexible Budget | Activity Variance | Planning Budget | |||
Meals Served | =B20 | =B20 | =B19 | ||||
Revenue | =B12 | =ABS(B31-E31) | =IF(B31>E31,"F","U") | =E30*D4 | =ABS(E31-H31) | =IF(E31>H31,"F","U") | =H30*D4 |
Expenses | |||||||
Cost of Ingredients | =B13 | =ABS(B33-E33) | =IF(B33<E33,"F","U") | =E30*D5 | =ABS(E33-H33) | =IF(E33<H33,"F","U") | =H30*D5 |
Wages and Salaries | =B14 | =ABS(B34-E34) | =IF(B34<E34,"F","U") | =E30*D6+B6 | =ABS(E34-H34) | =IF(E34<H34,"F","U") | =H30*D6+B6 |
Utilities | =B15 | =ABS(B35-E35) | =IF(B35<E35,"F","U") | =E30*D7+B7 | =ABS(E35-H35) | =IF(E35<H35,"F","U") | =H30*D7+B7 |
Rent | =B16 | =ABS(B36-E36) | =IF(B36<E36,"F","U") | =E30*D8+B8 | =ABS(E36-H36) | =IF(E36<H36,"F","U") | =H30*D8+B8 |
Miscellaneous Expenses | =B17 | =ABS(B37-E37) | =IF(B37<E37,"F","U") | =E30*D9+B9 | =ABS(E37-H37) | =IF(E37<H37,"F","U") | =H30*D9+B9 |
Total Expenses | =SUM(B33:B37) | =ABS(B38-E38) | =IF(B38<E38,"F","U") | =SUM(E33:E37) | =ABS(E38-H38) | =IF(E38<H38,"F","U") | =SUM(H33:H37) |
Net Operating Income | =B31-B38 | =ABS(B39-E39) | =IF(B39>E39,"F","U") | =E31-E38 | =ABS(E39-H39) | =IF(E39>H39,"F","U") | =H31-H38 |