QUESTION 4: SPREADSHEET
The 4Jewel_Juweel spreadsheet contains the jewellery collection of a young investor - NSC Computer Application Technology - Question 4 - 2016 - Paper 1
Question 4
QUESTION 4: SPREADSHEET
The 4Jewel_Juweel spreadsheet contains the jewellery collection of a young investor.
NOTE:
Use formulae and/or functions for ALL calculati... show full transcript
Worked Solution & Example Answer:QUESTION 4: SPREADSHEET
The 4Jewel_Juweel spreadsheet contains the jewellery collection of a young investor - NSC Computer Application Technology - Question 4 - 2016 - Paper 1
Step 1
4.1 Apply text wrapping to the headings in row 3.
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To apply text wrapping to the headings in row 3, select the cells in row 3. Then, navigate to the 'Home' tab in the Ribbon, and click on the 'Wrap Text' option in the 'Alignment' group. This will ensure that any text in the selected cells wraps within the cell boundaries.
Step 2
4.2 Insert a function in cell A5 to determine the jewellery ID for the item in row 5.
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
In cell A5, you can use the following formula:
=CONCATENATE(MID(C5, 2, 3), B5)
This formula extracts three letters from the precious metal name in column C starting from the second letter and concatenates it with the jewellery type in column B to create the jewellery ID.
Step 3
4.3 Insert a VLOOKUP function in cell D5.
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
In cell D5, insert the following VLOOKUP function:
=VLOOKUP(C5, Qual_Kwal!A1:E6, RANDBETWEEN(1,4)+1)
This function looks up the randomly generated quality level for the metal in cell C5 using the quality-level table in the Qual_Kwal worksheet.
Step 4
4.4 Insert a function in cell F4 to implement the asterisk condition.
98%
120 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!