Photo AI

Use formulae and/or functions for ALL calculations in the spreadsheet - NSC Computer Application Technology - Question 4 - 2016 - Paper 1

Question icon

Question 4

Use-formulae-and/or-functions-for-ALL-calculations-in-the-spreadsheet-NSC Computer Application Technology-Question 4-2016-Paper 1.png

Use formulae and/or functions for ALL calculations in the spreadsheet. Use absolute cell references only where necessary to ensure that formulae are correct when you... show full transcript

Worked Solution & Example Answer:Use formulae and/or functions for ALL calculations in the spreadsheet - NSC Computer Application Technology - Question 4 - 2016 - Paper 1

Step 1

Change the height of row 1 to 30 pt.

96%

114 rated

Answer

Select row 1, right-click, choose 'Row Height', and set it to 30 pt.

Step 2

Use a VLOOKUP function in cell B6 to determine to which type 'Birds' in cell A6 belongs by using the table in the Type_Type worksheet.

99%

104 rated

Answer

In cell B6, enter the formula:

=VLOOKUP(A6, Type_Type!$A$2:$B$21, 2, FALSE)

This function will search for the value in cell A6 and return the corresponding type from the specified table.

Step 3

Add a function in cell C10 to calculate the total number of vertebrate species.

96%

101 rated

Answer

In cell C10, use the SUM function:

=SUM(C5:C9)

This will calculate the total from the specified range.

Step 4

Add a function in cell L5 to calculate the percentage of the total mammals threatened in 2014 (column K) in relation to the number of species evaluated (cell D10).

98%

120 rated

Answer

In cell L5, enter:

=K5/D10

This will calculate the percentage of mammals threatened.

Step 5

Insert a function in cell N6 to determine the severity level by using the severity percentage in column M.

97%

117 rated

Answer

In cell N6, use the following nested IF function:

=IF(M6>50,"Very Severe",IF(M6>15,"Severe","Moderate"))

This formula checks the severity percentage in column M and categorizes it accordingly.

Join the NSC students using SimpleStudy...

97% of Students

Report Improved Results

98% of Students

Recommend to friends

100,000+

Students Supported

1 Million+

Questions answered

;