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 de
termines if the result of that test_condition is TRUE or FALSE, it will return the value_if_true or value_if_false.
25 Write an IF statement to determine whether the Northern Division 26 manager will ACCEPT or REJECT the new product line based on ROI. 27 28 Northern Division residual income for last year 29 30 Northern Division residual income if the new product line is added 31 32 Write an IF statement to determine whether the Northern Division manager 33 willACCEPT or REJECT the new product line based on residual income 34 35 36 REJE

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 16:30
The most common battery cable terminal is a that provides a large surface contact area with the ability to tighten the terminal onto the battery post using a nut and bolt.
Answers: 2
question
Computers and Technology, 22.06.2019 17:00
Your company has 1,500 desktop computers running windows 7. you want to upgrade them to windows 10. which type of microsoft license would be best suited in this situation?
Answers: 3
question
Computers and Technology, 22.06.2019 19:20
1)consider the following code snippet: #ifndef book_h#define book_hconst double max_cost = 1000.0; class book{public: book(); book(double new_cost); void set_cost(double new_cost); double get_cost() const; private: double cost; }; double calculate_terms(book bk); #endifwhich of the following is correct? a)the header file is correct as given.b)the definition of max_cost should be removed since header files should not contain constants.c)the definition of book should be removed since header files should not contain class definitions.d)the body of the calculate_terms function should be added to the header file.
Answers: 1
question
Computers and Technology, 23.06.2019 20:30
1. for which of the following are you not required to signal beforehand? a. changing lanes b. speeding up c. stopping
Answers: 2
You know the right answer?
Adams Corporation evaluates divisional managers based on Return on Investment (ROI) and has provided...
Questions
question
Mathematics, 17.11.2020 03:00
question
Mathematics, 17.11.2020 03:00
question
Biology, 17.11.2020 03:00
question
History, 17.11.2020 03:00
question
Mathematics, 17.11.2020 03:00
question
Chemistry, 17.11.2020 03:00
question
Mathematics, 17.11.2020 03:00
Questions on the website: 13722367