Loading...
Question 228 of 319

Use the MS Excel table below to answer questions 42 and43

The formula used to compute the TOTAL VALUE in cell D7 is?    

S/N A B C D
1 STOCK LIST OF TAYO OKEKE AS AT MAY 2014
2 QUOTED STOCK SHARE UNIT IN THOUSAND CURRENT UNIT(#) VALUE
3 TANZEL PLC 44 50 2,200.000
4 KAPTOL 125 80 ####
5 BANK KLM 75 140 ####
6 ARIX OIL 10 250 2,500.00
7   TOTAL VALUE  

 

  • A. = sum (D2:D7).
  • B. = sum (D3:D7).
  • C. = sum (D2:D6).
  • D. = sum (D3:D6).

Correct Answer: D

Explanation
To determine the correct formula used to compute the TOTAL VALUE in cell D7 of the provided Excel table, we need to analyze the data and understand how the values in column D are calculated. Step-by-Step Explanation
  1. Understanding the Table Structure:
  2. The table lists various stocks along with their share units and current unit prices.
  3. The columns are as follows:
    • Column A: Stock Names
    • Column B: Share Units in Thousands
    • Column C: Current Unit Price
    • Column D: Value (which is the product of Share Units and Current Unit Price)
  4. Calculating the Value for Each Stock:
  5. The value for each stock in column D is calculated using the formula: [ \text{Value} = \text{Share Units} \times \text{Current Unit Price} ]
  6. Let's calculate the values for the stocks listed:
    • TANZEL PLC: [ 44 \text{ (thousands)} \times 50 \text{ (#)} = 2200.00 ]
    • KAPTOL: [ 125 \text{ (thousands)} \times 80 \text{ (#)} = 10000.00 ]
    • BANK KLM: [ 75 \text{ (thousands)} \times 140 \text{ (#)} = 10500.00 ]
    • ARIX OIL: [ 10 \text{ (thousands)} \times 250 \text{ (#)} = 2500.00 ]
  7. Identifying the Range for the TOTAL VALUE:
  8. The TOTAL VALUE in cell D7 should sum all the calculated values from D3 to D6.
  9. The values we have calculated are:
    • D3: 2200.00
    • D4: 10000.00
    • D5: 10500.00
    • D6: 2500.00
  10. Therefore, the formula to compute the TOTAL VALUE in D7 should be: [ \text{TOTAL VALUE} = \text{SUM}(D3:D6) ]
  11. Evaluating the Options:
  12. Option A: =SUM(D2:D7): This is incorrect because it includes D2, which does not contain a value (it is a header).
  13. Option B: =SUM(D3:D7): This is incorrect because it includes D7 itself, which is where the total is being calculated, leading to an incorrect total.
  14. Option C: =SUM(D2:D6): This is incorrect because it includes D2, which is a header and does not contain a value.
  15. Option D: =SUM(D3:D6): This is the correct option as it sums only the relevant cells that contain the calculated values.
Conclusion The correct formula to compute the TOTAL VALUE in cell D7 is: D. =SUM(D3:D6) Revision Summary
  • The TOTAL VALUE is calculated by summing the values of stocks from D3 to D6.
  • Each stock's value is determined by multiplying the share units by the current unit price.
  • The correct formula excludes headers and the cell where the total is displayed.
  • Always ensure to check the range of cells included in the SUM function to avoid errors.
← Previous Next →
Jump to: 228 229 230 231 232 233 234 235 236 237