subject

Adams Corporation evaluates divisional managers based on Return on Investment (ROI) and has provided the operating results of the Northern Division from last year. The Controller has asked you to compute the ROI and Residual Income based on data from last year and if the division adds a new product line. 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. From the Excel Simulation below, if in a blank cell, "=G5" was entered, the formula would output the result from cell G5, or 4.00 in this example.
Basic Math functions: Allows you to use the basic math symbols to perform mathematical functions. You can use the following keys: + (plus sign to add), - (minus sign to subtract), * (asterisk sign to multiply), and / (forward slash to divide). From the Excel Simulation below, if in a blank cell "=G5+G6" was entered, the formula would add the values from those cells and output the result, or 10.00 in this example. If using the other math symbols the result would output an appropriate answer for its 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. From the Excel Simulation below, if in a blank cell "=SUM(G5,G6,G7)" was entered, the formula would output the result of adding those three separate cells, or 12.00 in this example. Similarly, if in a blank cell "=SUM(G5:G7)" was entered, the formula would output the same result of adding those cells, except they are expressed as a range in the formula, and the result would be 12.00 in this example.
IF function: Allows you to test a condition and return a specific value is the result is true and different value if the result is false. The syntax of the IF function is "=IF(test_condition, value_if_true, value_if_false)" and specific considerations need to be made when using this function. The test_condition argument is an evaluation of the status of a cell, such as if the value of a cell is greater than, less than, or equal to another number or cell. The value_if_true and value_if_false arguments will return any specific result for each option, such as another cell reference, a value, or text. Throughout the entire equation, if text is being used in the test_condition, value_if_true, or value_if_false arguments then the text itself should be entered in quotations so that Excel will recognize the text as a "string of text" instead of another function. From the Excel Simulation below, if in a blank cell "=IF(G10>20,"Total cost is High","Total cost is low") was entered, the formula would output the result of the value_if_true since the test_condition would be result as true, or in this case the text "Total cost is high". Excel processes the IF function by separating it out into separate parts. First the test_condition – Excel thinks, find cell G10 and determine if the value is greater than 20. Once Excel determines if the result of that test_condition is TRUE or FALSE, it will return the value_if_true or value_if_false.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 21:00
When a rectangular region is defined using an appropriate style, which value matches the specified edge of the clipping region to the edge of the parent element?
Answers: 3
question
Computers and Technology, 22.06.2019 11:00
What is the foundation for proper monitoring, load balancing and routing in distributed systems
Answers: 3
question
Computers and Technology, 22.06.2019 22:20
Pp 4.1 design and implement a class called sphere that contains instance data that represents the sphere’s diameter. define the sphere constructor to accept and initialize the diameter and include getter and setter methods for the diameter. include methods that calculate and return the volume and surface area of the sphere (see pp 3.5 for the formulas). include a tostring method that returns a one-line description of the sphere. create a driver class called multisphere, whose main method instantiates and updates several sphere objects.
Answers: 1
question
Computers and Technology, 24.06.2019 06:30
Me and category do i put them in because this is science
Answers: 1
You know the right answer?
Adams Corporation evaluates divisional managers based on Return on Investment (ROI) and has provided...
Questions
Questions on the website: 13722362