QUESTION 4: SPREADSHEET
NOTE:
Use formulae and/or functions for ALL calculations in the spreadsheet - NSC Computer Application Technology - Question 4 - 2024 - Paper 1
Question 4
QUESTION 4: SPREADSHEET
NOTE:
Use formulae and/or functions for ALL calculations in the spreadsheet.
Use absolute cell references ONLY where necessary to ensure th... show full transcript
Worked Solution & Example Answer:QUESTION 4: SPREADSHEET
NOTE:
Use formulae and/or functions for ALL calculations in the spreadsheet - NSC Computer Application Technology - Question 4 - 2024 - Paper 1
Step 1
Move the Trip worksheet so that it appears before the Q4_6 worksheet.
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 move the Trip worksheet, click and drag the Trip tab in the worksheet bar and place it directly before the Q4_6 worksheet tab.
Step 2
Insert a function in cell C3 to determine how many schools from the Eastern Cape (EC) visited the zoo during December.
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 C3, insert the formula: =COUNTIF(E7:E153,"EC") which will count the number of schools from the Eastern Cape based on the corresponding entries in the specified range.
Step 3
Insert a function in cell G3 to determine the most frequent date on which schools visited the zoo.
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 G3, use the formula: =MODE(H7:H153) to find the most common date from the list of dates in the specified range.
Step 4
Insert a combination of functions in cell D7 to display the contact numbers in the specified format.
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
In cell D7, insert the following formula: =CONCATENATE("+27 ", RIGHT(C7, LEN(C7)-1)) using the appropriate references to achieve the desired display format for contact numbers.
Step 5
Use a formula in cell F13 to determine the number of teachers that accompanied the learners from the school in row 13.
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
In cell F13, the formula should be: =ROUNDUP(G13/30,0) to calculate the number of teachers required based on the number of learners.
Step 6
Modify the data validation rule for column H to accept only dates in December 2023.
97%
121 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To modify the data validation, select column H, go to Data Validation, set the criteria to allow only dates, and specify the date range to be within December 2023.
Step 7
Insert a combination of IF and OR functions in cell I12 to display 'Badge' if true.
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
In cell I12, the formula can be: =IF(OR(DAY(H12)=9, DAY(H12)=16), "Badge", "") which checks if the date in H12 is either 9th or 16th December and shows 'Badge' accordingly.