7.1 The managing director requested a directory table that contains the names of some prestige sponsors - NSC Computer Application Technology - Question 7 - 2021 - Paper 1
Question 7
7.1 The managing director requested a directory table that contains the names of some prestige sponsors.
Open the 7Distribute word processing document and enter you... show full transcript
Worked Solution & Example Answer:7.1 The managing director requested a directory table that contains the names of some prestige sponsors - NSC Computer Application Technology - Question 7 - 2021 - Paper 1
Step 1
7.1.1 Create a mail merge as follows:
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
Link the Spreadsheet: Open the 7Distribute document and link the 7Prospects spreadsheet as the data source for the mail merge.
Edit Data Source: Filter the data source to only include entries where 'Prestige_Aanmelden' is 'Yes' and 'Amount_Bedrag' is greater than or equal to 800.
Insert Merged Fields: In the first cell of the table, insert the merged field 'Surname_Van'. In the second cell, insert the merged field 'Name_Naam'.
Save Document: Save the document but do not close it.
Step 2
7.1.2 Complete the merge and save the document as 7Directory.
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
Complete the Merge: Finalize the mail merge process in the 7Distribute document.
Save as 7Directory: Save the completed document as '7Directory' and close all open documents.
Step 3
7.2 Open the 7Reorder spreadsheet.
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
Access the 7Reorder Spreadsheet: Open the 7Reorder file and navigate to the Subtotal worksheet.
Apply SUBTOTAL Function: Change the SUBTOTAL feature to determine the count of countries in each category.
Step 4
7.3.1 Work in the Stock worksheet.
98%
120 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Use VLOOKUP in Cell D4: In cell D4 of the Stock worksheet, use the formula =VLOOKUP(B4, Order!$A$4:$C$13,2,FALSE) to determine the minimum stock items based on the Order worksheet. Ensure that the reference to the table range is correctly placed and that the column index is set to 2 for the relevant data.
Step 5
7.3.2 Work in Order worksheet.
97%
117 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Apply IF Function in Cell C5: In cell C5, apply the following formula: =IF(Stock!D5<Stock!C5,0,Stock!D5-Stock!C5&" &Stock!B5, " ") to calculate and display the quantity of the stock item that must be reordered. If 'Stock!C5' is greater than 'Stock!D5', it should return the difference; otherwise, it will show an empty space.