4. SPREADSHEET
Use formulae and/or functions for ALL calculations in the spreadsheet - NSC Computer Application Technology - Question 4 - 2016 - Paper 1
Question 4
4. SPREADSHEET
Use formulae and/or functions for ALL calculations in the spreadsheet.
Use absolute cell references ONLY where it is required by the question to ensu... show full transcript
Worked Solution & Example Answer:4. SPREADSHEET
Use formulae and/or functions for ALL calculations in the spreadsheet - 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 in Excel, follow these steps:
Select the headings in row 3.
Go to the 'Home' tab in the ribbon.
In the 'Alignment' group, click on 'Wrap Text'. This will ensure that the text in each selected cell wraps to fit the column width.
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
To create the jewellery ID, use the following formula in cell A5:
=CONCATENATE(MID(C5, 2, 3), B5)
This formula extracts three letters from the metal name in cell C5 starting from the second position and combines it with the jewellery type found in cell B5.
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!