AVERAGE and Financial ratios completed
.xlsx
keyboard_arrow_up
School
Lone Star College System, North Harris *
*We aren’t endorsed by this school
Course
4101
Subject
Computer Science
Date
Dec 6, 2023
Type
xlsx
Pages
8
Uploaded by DoctorDiscovery12969
Each yellow cell requires a formula.
The formula must only contain cell addresses.
Each correct formula will begin with =, +, or -.
The basic mathematical operators are +, -, * and /
Using the AVERAGE function
The AVERAGE function has the following syntax: =AVERAGE(Number 1, Number 2…)
Order of operations
When calculating a fraction, make sure to put parentheses around any formula used in either the nume
For example =(B1+B2)/(C1+C2)
Using absolute addresses
Boxes of cereal
2
6
11
15
Price per box
$3.95
Total cost
$7.90
$23.70
$43.45
$59.25
Cell C28 =C26*$B$27
Cell D28 =D26*$B$27
Cell E28 =E26*$B$27
Click on the "Ratios" tab and enter your name in Cell C1. If Cell C1 is left blank, you will not be able to Addition: To add the values in cells A1 and B4, the formula is =A1+B4
Subtraction: To subtract the value in cell B4 from the value in cell A1, the formula is =A1-B4
Multiplication: To multiply the values in cells A1 and B4, the formula is =A1*B4
Division: To divide the value in cell A1 by the value in cell B4, the formula is =A1/B4
Remember the acronym PEMDAS when creating your formulas. P
arentheses E
xponents M
ultiplication Once a formula is created, you will often want to copy the formula to other columns and rows. It's impo
always uses "relative addresses" unless you indicate otherwise by creating an "absolute address". For e
cost of purchasing 2 boxes of cereal at a cost of $3.95 per box, the formula in cell B28 is =B26*B27. Alth
2 boxes by $3.95", Excel is actually calculating the value in cell B28 as "Multiply the value in the cell in th
above (row 26) by the value in the cell in the same column 1 row above (row 27). This works just fine to calculate the cost of 2 boxes, but if we copy the formula in cell B28 to C28, Excel w
formula in cell C28 will become =C26*C27. Since Cell C27 is blank, the formula will return a value of $0 boxes of cereal, but it isn't accurate!) Adding a $ sign before the column or row reference locks the form
If we modify the formula in cell B28 to =B26*$B$27 before we copy the formula, Excel will not change t
variable. When the formula is copied to columns C through E, the formulas become:
Sometimes, you will want the column to stay fixed, but allow the row to remain relative when it's copie
column, but not the row (i.e.$B27) If you want the row to stay fixed, but allow the column to remain re
sign before the row, but not the column (i.e. B$27). Tapping the F4 button
while entering the formula (
erator or denominator.
see your score.
D
ivision A
ddition S
ubtraction
ortant to understand that excel example, if you are calculating the hough we read cell B28 as "Multiply he same column (column B) 2 rows will assume relative references. The (which is an excellent deal for 6 mula to a specific location. the row or the column of the second ed. If so, add a dollar sign before the elative when it's copied, add a dollar (or in the formula bar) toggles among
Name:
Viviana Garza
Your score:
100%
Viviana Garza Company
Comparative Income Statements
For Years Ended December 31, 2027-2024
2027
2026
2025
2024
Net sales
$306,000 $273,000 $237,000 $168,000 Cost of goods sold
141,000 235,000 153,000 141,000 Gross margin
165,000 38,000 84,000 27,000 Operating expenses
87,000 20,000 45,000 14,000 Net income
$78,000 $18,000 $39,000 $13,000 Viviana Garza Company
Comparative Balance Sheets
For Years Ended December 31, 2027-2024
2027
2026
2025
2024
Cash
$111,000 $129,000 $73,000 $136,000 Accounts receivable, net
86,000 76,000 66,000 47,000 Merchandise inventory
63,000 36,000 69,000 22,000 Plant assets, net
180,000 180,000 150,000 150,000 Total assets
$440,000 $421,000 $358,000 $355,000 Current liabilities
$42,000 $71,000 $46,000 $42,000 Long-term liabilities
190,000 220,000 200,000 240,000 Common stock
60,000 60,000 60,000 60,000 Retained earnings
148,000 70,000 52,000 13,000 Total liabilities and equity
$440,000 $421,000 $358,000 $355,000 The Viviana Garza Company began operations in 2024. Its comparative income statements and balance sheets follow. Use a formula to calculate the ratios below. The AVERAGE formula must be used in any ratios using average accounts receivable, average inventory or average total assets.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
Excel Formula Question - Multiple Choice
1. Which of the following is an example of a properly constructed Excel formula that adds cell B1 to B2 and then multiplies the result by B3.
a) =B1+B2*B3
b) =(B1+B2)*B3
c) =(B1+B2*B3)
d) =B1+(B2*B3)
Explain Please.
arrow_forward
An ISBN-10 (International Standard Book Number) consists of 10 digits: The last digit, is a checksum, which is calculated from the other nine digits using the following formula:
(d1 x 1 + d2 x 2 + d3 x 3 + d4 x 4 + d5 x 5
+ d6 x 6 + d7 x 7 + d8 x 8 + d9 x 9) % 11)
If the checksum is 10, the last digit is denoted as X, according to the ISBN convention. Write a program that prompts the user to enter the first 9 digits as a string and displays the 10-digit ISBN (including leading zeros). Your program should read the input as a string.
arrow_forward
Please right solution only please fast u will like it
arrow_forward
C# Language
You are tasked with writing a program to process students’ end of semester marks. For each student you must enter into your program the student’s id number (an integer), followed by their mark (an integer out of 100) in 4 courses. A student number of 0 indicates the end of the data. A student moves on to the next semester if the average of their 4 courses is at least 60 (greater than or equal to 60).
Write a program to read the data and print, for each student:
The student number, the marks obtained in each course, final mark of the student (average of all the marks), their final grade (A,B,C,D or F) and whether or not they move on to the next semester.
In addition, after all data entry is completed, print
The number of students who move on to the next semester and the number who do not.
The student with the highest final mark (ignore the possibility of a tie).
Grades are calculated as follows:
A = 70 and over, B = 60 (inclusive) -70, C = 50(inclusive)-60
D =…
arrow_forward
Use the appropriate arithmetic assignment operator to abbreviate the following assignment statement: intNum = intNum – 5.
arrow_forward
When can we use several operators?
arrow_forward
Please write the pseudocode for admission in the form of the pseudocode in 1.
arrow_forward
Bob a builder has come to you to build a program for his construction business. He needs to determine the square footage of a room in order to buy material and calculate costs.Bob charges $425 per square metre.the program is going to ask the user to enter the name of a room . It will then ask you for the width and length of a room (in metres) to be built.the program will calculate the room area and use this information to generate an approximate cost. Your program will display the room , the total area and the approximate cost to the screen
arrow_forward
WEEK7
Costway provide a loan scheme to their staffs. The duration payment (year of
installment) is 2 years. The maximum loan is RM10,000. The program that can help
the Account Department to calculate the monthly installment. The program should be
able to receive inputs from the staff: name, year of installment and the amount of loan
in RM. Based on these inputs, the program should therefore be able to calculate the
monthly installment. Display the staff's name, year of installment, the amount of loan
and the installment. The table for the interest calculation is provided as follows:
Year of
Amount of Loan
installment
<2 years
(RM)
<5,000
5,000 - 10,000
<5,000
5.000 10,000
Interest
(%)
2.0
2.5
22 years
1.5
2.0
The formulas for the monthly installment calculation are as follows:
Total of Interest = Percent of Interest x Amount of Loan
Total Loan with Interest = Amount of Loan + Total of Interest
Monthly Installment = Total Loan with Interest/(Year of Installment x 12)
%3D
arrow_forward
Flow Chart
Ask the user his/her birthdate. Compute for the age. Display "you are still a minor" if age < 18
"you are an adult" if age => 18
"you are a senior citizen" if age => 60
arrow_forward
Compute the income tax due on taxable income entered by the user, given the data as
shown in the following table. Be sure to include error checking to make sure the user
does not enter a negative number. Assume all entries are integer values.
Taxable Income
Tax Due
From
To
$0
$49,999
$0 + 5% of amount over $0
$50,000
$99,999
$2,500 +7% of amount over $50,000
$100,000
$6,000 + 9% of amount over $100,000
(Provide the following: Pseudocode; Flowchart)
Dago 2 of 5
arrow_forward
# Question 4def costume_rating(costume_color, bling_value): """ Returns a function that calculates the number of candies to return based on the costume color, bling value, and phrase length.
Args: costume_color (str): The color of your costume. Must be one of 'blue', 'red', 'green', 'yellow', 'purple', or 'orange'. bling_value (int): Represents how shiny your costume is. Must be a positive integer.
Returns: A function that takes in one parameter: phrase (str): The phrase said by the trick-or-treater.
>>> costume_rater = costume_rating('blue', 5) >>> costume_rater('19 Character Phrase') 85 >>> costume_rater('e') 0 >>> costume_rater('seven c') 1
>>> costume_rater = costume_rating('orange', 8) >>> costume_rater('hello i want candy') 14
>>> costume_rater = costume_rating('yellow', 5) >>> costume_rater('please give me…
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L
C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
EBK JAVA PROGRAMMING
Computer Science
ISBN:9781337671385
Author:FARRELL
Publisher:CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,
Related Questions
- Excel Formula Question - Multiple Choice 1. Which of the following is an example of a properly constructed Excel formula that adds cell B1 to B2 and then multiplies the result by B3. a) =B1+B2*B3 b) =(B1+B2)*B3 c) =(B1+B2*B3) d) =B1+(B2*B3) Explain Please.arrow_forwardAn ISBN-10 (International Standard Book Number) consists of 10 digits: The last digit, is a checksum, which is calculated from the other nine digits using the following formula: (d1 x 1 + d2 x 2 + d3 x 3 + d4 x 4 + d5 x 5 + d6 x 6 + d7 x 7 + d8 x 8 + d9 x 9) % 11) If the checksum is 10, the last digit is denoted as X, according to the ISBN convention. Write a program that prompts the user to enter the first 9 digits as a string and displays the 10-digit ISBN (including leading zeros). Your program should read the input as a string.arrow_forwardPlease right solution only please fast u will like itarrow_forward
- C# Language You are tasked with writing a program to process students’ end of semester marks. For each student you must enter into your program the student’s id number (an integer), followed by their mark (an integer out of 100) in 4 courses. A student number of 0 indicates the end of the data. A student moves on to the next semester if the average of their 4 courses is at least 60 (greater than or equal to 60). Write a program to read the data and print, for each student: The student number, the marks obtained in each course, final mark of the student (average of all the marks), their final grade (A,B,C,D or F) and whether or not they move on to the next semester. In addition, after all data entry is completed, print The number of students who move on to the next semester and the number who do not. The student with the highest final mark (ignore the possibility of a tie). Grades are calculated as follows: A = 70 and over, B = 60 (inclusive) -70, C = 50(inclusive)-60 D =…arrow_forwardUse the appropriate arithmetic assignment operator to abbreviate the following assignment statement: intNum = intNum – 5.arrow_forwardWhen can we use several operators?arrow_forward
- Please write the pseudocode for admission in the form of the pseudocode in 1.arrow_forwardBob a builder has come to you to build a program for his construction business. He needs to determine the square footage of a room in order to buy material and calculate costs.Bob charges $425 per square metre.the program is going to ask the user to enter the name of a room . It will then ask you for the width and length of a room (in metres) to be built.the program will calculate the room area and use this information to generate an approximate cost. Your program will display the room , the total area and the approximate cost to the screenarrow_forwardWEEK7 Costway provide a loan scheme to their staffs. The duration payment (year of installment) is 2 years. The maximum loan is RM10,000. The program that can help the Account Department to calculate the monthly installment. The program should be able to receive inputs from the staff: name, year of installment and the amount of loan in RM. Based on these inputs, the program should therefore be able to calculate the monthly installment. Display the staff's name, year of installment, the amount of loan and the installment. The table for the interest calculation is provided as follows: Year of Amount of Loan installment <2 years (RM) <5,000 5,000 - 10,000 <5,000 5.000 10,000 Interest (%) 2.0 2.5 22 years 1.5 2.0 The formulas for the monthly installment calculation are as follows: Total of Interest = Percent of Interest x Amount of Loan Total Loan with Interest = Amount of Loan + Total of Interest Monthly Installment = Total Loan with Interest/(Year of Installment x 12) %3Darrow_forward
- Flow Chart Ask the user his/her birthdate. Compute for the age. Display "you are still a minor" if age < 18 "you are an adult" if age => 18 "you are a senior citizen" if age => 60arrow_forwardCompute the income tax due on taxable income entered by the user, given the data as shown in the following table. Be sure to include error checking to make sure the user does not enter a negative number. Assume all entries are integer values. Taxable Income Tax Due From To $0 $49,999 $0 + 5% of amount over $0 $50,000 $99,999 $2,500 +7% of amount over $50,000 $100,000 $6,000 + 9% of amount over $100,000 (Provide the following: Pseudocode; Flowchart) Dago 2 of 5arrow_forward# Question 4def costume_rating(costume_color, bling_value): """ Returns a function that calculates the number of candies to return based on the costume color, bling value, and phrase length. Args: costume_color (str): The color of your costume. Must be one of 'blue', 'red', 'green', 'yellow', 'purple', or 'orange'. bling_value (int): Represents how shiny your costume is. Must be a positive integer. Returns: A function that takes in one parameter: phrase (str): The phrase said by the trick-or-treater. >>> costume_rater = costume_rating('blue', 5) >>> costume_rater('19 Character Phrase') 85 >>> costume_rater('e') 0 >>> costume_rater('seven c') 1 >>> costume_rater = costume_rating('orange', 8) >>> costume_rater('hello i want candy') 14 >>> costume_rater = costume_rating('yellow', 5) >>> costume_rater('please give me…arrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- COMPREHENSIVE MICROSOFT OFFICE 365 EXCEComputer ScienceISBN:9780357392676Author:FREUND, StevenPublisher:CENGAGE LC++ for Engineers and ScientistsComputer ScienceISBN:9781133187844Author:Bronson, Gary J.Publisher:Course Technology PtrNp Ms Office 365/Excel 2016 I NtermedComputer ScienceISBN:9781337508841Author:CareyPublisher:Cengage
- EBK JAVA PROGRAMMINGComputer ScienceISBN:9781337671385Author:FARRELLPublisher:CENGAGE LEARNING - CONSIGNMENTMicrosoft Visual C#Computer ScienceISBN:9781337102100Author:Joyce, Farrell.Publisher:Cengage Learning,
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L
C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
EBK JAVA PROGRAMMING
Computer Science
ISBN:9781337671385
Author:FARRELL
Publisher:CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,