Open the 4Sales spreadsheet which contains information on cars bought in September 2023 at Sam's Dealership - NSC Computer Application Technology - Question 4 - 2023 - Paper 1
Question 4
Open the 4Sales spreadsheet which contains information on cars bought in September 2023 at Sam's Dealership.
Work in the Sales worksheet.
4.1 Change the format in ... show full transcript
Worked Solution & Example Answer:Open the 4Sales spreadsheet which contains information on cars bought in September 2023 at Sam's Dealership - NSC Computer Application Technology - Question 4 - 2023 - Paper 1
Step 1
Change the format in column H to an appropriate data type and make sure that all the information in the column is visible.
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 change the format in column H:
Select column H.
Right-click and choose 'Format Cells.'
Select 'Currency' or 'Accounting' format to ensure monetary values are displayed correctly.
Adjust the column width as necessary to ensure all data is visible.
Step 2
Correct the formula in cell C3 to display the correct result.
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
The correct formula for cell C3 can be written as:
=SUM(E9:E50)*0.08
This formula calculates 8% of the total values in the price column (E).
Step 3
Insert a function in cell C5 to calculate the total price (column E) for all the Hyundai i-models.
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
The formula to calculate the total price for all Hyundai i-models in cell C5 is:
=SUMIFS(E9:E50, C9:C50, "Hyundai", D9:D50, "i*")
This uses SUMIFS to sum prices filtered by make and model.
Step 4
Modify the function in cell A11 to only display the initials of the customer.
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
To display only the initials in cell A11, use the following formula: