QUESTION 4: SPREADSHEET
NOTE:
- Use formulae and/or functions for ALL calculations in the spreadsheet - NSC Computer Application Technology - Question 4 - 2019 - 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... 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 - 2019 - Paper 1
Step 1
Wrap the column headings in row 6.
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 wrap the text for the column headings in row 6, select the entire row, then find the 'Wrap Text' option in the 'Alignment' group under the 'Home' tab, and enable it.
Step 2
Insert a function in cell E2 to determine the most days (column F) that any tourist stayed in Agra to visit the Taj Mahal.
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 E2, use the formula =MAX(F7:F206) to find the maximum number of days that tourists stayed.
Step 3
Insert a function in cell E3 to determine the number of tourists who indicated the kind of reaction they had (column J) when they saw the Taj Mahal.
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 E3, apply the formula =COUNTA(J7:J206) to count the number of entries in column J.
Step 4
Insert a function in cell E4 to determine the total amount spent by all female tourists.
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 E4, utilize the formula =SUMIF(K7:K206, 2, L7:L206) to calculate the total amount spent, where '2' corresponds to female tourists.
Step 5
Insert a function in cell E5 to determine how many tourists from Spain indicated that they would return.
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 E5, you can use the formula =COUNTIFS(D7:D206, 'Spain', M7:M206, 'Yes') to count the tourists from Spain who would return.
Step 6
Use the HOUR function in cell I7 to display only the number of hours between the time tourists checked in and the arrival time.
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
In cell I7, insert the formula =HOUR(H7)-HOUR(G7) to calculate the difference between check-in time and arrival time.
Step 7
Insert a formula/function in cell L7 to calculate the total estimated amount spent by the tourist, Nelle Moran.
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 L7, input the formula =VLOOKUP(D7, Countries!$A$3:$C$65, IF(K7=2,2,3), FALSE) * F7 to estimate the amount spent based on gender and country.
Step 8
The date of tour arrivals at the Taj Mahal appears in column E.
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 N7, use the formula =DATE(YEAR(E7), MONTH(E7)-3, DAY(E7)) to calculate the adjusted arrival date accordingly.