1) Calculate the bond selling price given the two market interest rates below. Use formulas that reference data from this worksheet and from the appropriate future or
1) Calculate the bond selling price given the two market interest rates below. Use formulas that reference data from this worksheet and from the appropriate future or
1) Calculate the bond selling price given the two market interest rates below. Use formulas that reference data from this worksheet and from the appropriate future or
Ruiz Company issued bonds on January 1 and has provided the relevant information. The Controller has asked you to calculate the bond selling price given two different market interest rates using the Present Value Tables. 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, “=C3” was entered, the formula would output the result from cell C3, or $500,000 in this example.
Multi-Tab Cell Reference: Allows you to refer to data from another cell in a separate tab in the worksheet. When using the multi-tab cell reference, type the equal sign first, then click on the other tab and then click on the cell you want to reference. The syntax of a multi-tab cell reference looks different than a normal cell reference, since it includes the tab name surrounded by apostrophes and also an exclamation point before the cell location. From the Excel Simulation below, if in a blank cell on the Sheet1 tab “=’Future Value of $1’!C13” was entered, the formula would output the result from cell C13 in the Future Value of $1 tab, or 1.10462 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 “=C4+C6” was entered, the formula would add the values from those cells and output the result, or 31 in this example. If using the other math symbols the result would output an appropriate answer for its function.
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(C3>250000,”Cash is great”,”Cash is bad”) 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 “Cash is great”. Excel processes the IF function by separating it out into separate parts. First the test_condition – Excel thinks, find cell C3 and determine if the value is greater than 250000. 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.
Definition Definition Calculates the present value of a bond's expected future periodic coupon payments. Bond valuation determines the theoretical fair value of a particular bond and helps investors estimate what rate of return they could expect. The bond's theoretical fair value is computed by discounting the future cash flows or coupon payments by an applicable discount rate.
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.