subject

Project Description: You are an account manager for Inland Jewelers, a regional company that makes custom class rings for graduating seniors. Your supervisor requested a workbook to report on new accounts created on payment plans. The report should provide details on total costs to the student as well as payment information. Each ring financed has a base price which can fluctuate based on ring personalization.
Instructions:
For the purpose of grading the project you are required to perform the following tasks:
Step
Instructions
Points Possible
1
Start Excel. Download and open the file named exploring_e02_grader_h1.xlsx.
0.000
2
Insert a function in cell B2 to display the current date from your system.
10.000
3
With cell B2 selected, set the width of column B to AutoFit.
2.000
4
Insert a Lookup function in cell C5 to display the ring cost for the first student.
14.000
5
Copy the formula from cell C5 to the range C6:C11.
6.000
6
Apply Accounting number format to the range C5:C11.
3.000
7
Insert in IF function in cell E5 to calculate the total due. If the student has chosen to personalize the ring, there is an additional charge of 5% located in cell B21 that must be applied; if not, the student only pays the base price. Use appropriate relative and absolute cell references.
14.000
8
Copy the formula from cell E5 to the range E6:E11.
6.000
9
Apply Accounting number format to the range E5:E11.
3.000
10
Insert a function in cell G5 to calculate the first student's monthly payment, using appropriate relative and absolute cell references.
14.000
11
Copy the formula from cell G5 to the range G6:G11.
7.000
12
Apply Accounting number format to the range G5:G11.
3.000
13
Calculate totals in cells C12, E12, and G12.
7.000
14
Apply Accounting number format to the cells C12, E12, and G12, if necessary.
2.000
15
Set 0.3" left and right margins and ensure the page prints on only one page.
5.000
16
Insert a footer with your name on the left side, the sheet name in the center, and the file name on the right side.
4.000
17
Save the workbook. Close Excel. Submit the file as directed by your instructor.
0.000
100.000

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 14:00
Rint "censored" if userinput contains the word "darn", else print userinput. end with newline. #include #include using namespace std; int main() { string userinput; userinput = "that darn cat."; /* your solution goes here */ return 0; }
Answers: 1
question
Computers and Technology, 23.06.2019 12:10
2. fabulously fit offers memberships for$35 per month plus a $50 enrollmentfee. the fitness studio offersmemberships for $40 per month plus a$35 enrollment fee. in how many monthswill the fitness clubs cost the same? what will the cost be?
Answers: 1
question
Computers and Technology, 23.06.2019 19:00
This question involves a class named textfile that represents a text file. public class textfile { private string filename; private string filename; private arraylist words; // constructors not shown // postcondition: returns the number of bytes in this file public int filesize() { } // precondition: 0 < = index < words.size() // postcondition: removes numwords words from the words arraylist beginning at // index. public void deletewords(int index, int numwords) { } // precondition: 0 < = index < = words.size() // postcondition: adds elements from newwords array to words arraylist beginning // at index. pub lic voidaddwords(int index, string[] newwords) { } // other methods not shown } complete the filesize() method. the filesize() is computed in bytes. in a text file, each character in each word counts as one byte. in addition, there is a space in between each word in the words arraylist, and each of those spaces also counts as one byte. for example, suppose the words arraylist stores the following words: { mary had a little lamb; its fleece was white as snow. } the filesize() method would compute 4 + 3 + 1 + 6 + 5 + 4 + 6 + 3 + 5 + 2 + 5 as the sum of the lengths of each string in the arraylist. the value returned would be this sum plus 10, because there would also be 10 spaces in between the 11 words. complete the filesize() method below: // postcondition: returns the number of bytes in this file public int filesize() { }
Answers: 1
question
Computers and Technology, 24.06.2019 00:00
Visualizing a game of “tag” to remember the meaning of contagious
Answers: 3
You know the right answer?
Project Description: You are an account manager for Inland Jewelers, a regional company that makes...
Questions
question
Mathematics, 03.06.2021 18:30
question
History, 03.06.2021 18:30
question
Mathematics, 03.06.2021 18:30
question
English, 03.06.2021 18:30
question
Mathematics, 03.06.2021 18:30