Purchase Solution

Creating an excel spreadsheet

Not what you're looking for?

Ask Custom Question

Details: In this project, you will create an expense report for a company's sales force, then save it. To view these instructions while you work in Excel, do either of the following: Print this page of instructions or move back and forth between this page and Excel by clicking each application's button on the Windows taskbar

Retrieve Expense Report, save it on your computer, and open it in Excel. This partially completed workbook contains the column headings and several expense items.
Enter a SUM function in cells C12: N12 that totals the figures in rows 8 through 11. To do so, enter =SUM(C8:C11) in cell C12, then use the copy and paste feature to copy the formula to columns D through N. (Remember that you can paste more than once without copying again).
In cell M4, put the label "Allowance." In cell M5, type "0.32" (the amount paid per mile). In cell M8, put a formula that multiplies the mileage in cell L8 by the mileage allowance in cell M5. (Remember to use an absolute reference to cell M5 and a relative reference to L8.) Copy the formula to cells M9:M11.
In cell N8, sum the range C8:K8 and M8 (omitting column L, which is not an expense). Hint: One way is to use the SUM function for the contiguous range and add in the noncontiguous cell. Another way is to enter the range as two separate arguments of the SUM function.) Copy the formula to cells N9:N11.
Select the column headings in row 6 and format them as bold.
Create a report title by typing Expense Report in A2. Select cells A2:N2 and use the Merge and Center button to center the title across the report. Change its font size to 14. Also, use the Merge and Center button to place "Transportation" above "Air and Ground" and "Meals" above "Brkfast, Lunch, and Dinner." Don't forget to format these words to match the other headings.
Select the date in cells A8:A11 and change the format to day-month.
Highlight the range A8:M11. Change the background to Light Turquoise; add borders around each cell in the range. (Hint: You can use the All Borders button on the Formatting toolbar.)
You may need to change the column widths.
Using Page Setup, create a custom footer with "Created by Your Name" at the right side. Change the page orientation to Landscape, and select the Fit to One Page option.
Save the finished workbook as Expense Report 1.

Purchase this Solution

Solution Summary

Creating an excel spreadsheet is achieved.

Purchase this Solution


Free BrainMass Quizzes
Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Javscript Basics

Quiz on basics of javascript programming language.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Basic Networking Questions

This quiz consists of some basic networking questions.