Assessment Intermediate 1
Assessment Intermediate 1
Workbooks
1. Ensure you have downloaded all the C2 W1 Assessment workbooks. Open the
workbook C2 W1 Assessment Sales Di. Move the worksheet called Q1 Summary
to the front of the other worksheets. In the Q1 Summary worksheet click in cell C5,
use 3D formulas to summarise the total quantity sold of item 3243 for January to
March. How much commission did Di earn on this item?
81.49
2. Copy the formula in C5 down to C14. What was Di's total commission?
3356.42
7908.61
4. Open C2 W1 Assessment Sales Aneesha. You will see a message informing you of
broken links, this is because the commission rate is still linked to the old sales
summary. The link will need to be updated to look at the rate in C2 W1 Assessment
Sales Summary. After updating the link what is Aneesha's Q1 Commission?
14793.19
Enter your answer as a 5-digit number ##### - please don't use decimals,
commas or symbols.
Save the workbook, but don't close it, yet.
25671
Test your Skills: Text and Date Functions
1. It is necessary to provide more meaningful labels for boxes of items in stock. The first
tab of the attached workbook contains the inventory items. You will need to generate
the information needed on the For Printing tab using a range of text functions.
On the Inventory tab enter a formula in J1 that will return the current date but not
time. What function did you use?
Please enter just the function name all in UPPERCASE letters with no equal
sign, brackets or arguments.
TODAY
2. In J4 calculate the number of days since the last order, copy the formula down to J35.
What is the check digit value in G1?
Please enter just the number without decimal places, e.g. ###.
17
3. In the For Printing worksheet in A5, generate a part code using "SKU-" followed by
the Material Code, another "-" and the Part Number, e.g. SKU-07-2425. Copy the
formula down. What is the value for Check Digit 1 (cell H5)?
1767
4. In B5 we need to see the material in upper case. Copy the formula down. What is the
value for Check Digit 2 (cell H6)?
5827
Please enter just the function name all in UPPERCASE letters with no equal
sign, brackets or arguments.
LEFT
6. To avoid confusion, make a change to the formula in C5 so that all Distributor Codes
show in all lower case. Copy the formula down. What is the value for Check Digit 3
(cell H7)?
6275
7. Many of the part descriptions are too long, so in D5 create a calculation to get the first
8 characters of the part description and then copy the formula down. That's not ideal,
so we want to change it to get all the text to the left of the first comma. Which function
will allow us to locate the position of the first comma?
Please enter just the function name all in UPPERCASE letters with no equal
sign, brackets or arguments.
FIND
8. Change the calculation in D5 to retrieve the part description up to the first comma.
Copy the formula down. What is the value of Check Digit 4?
3203
10. Change the calculation in E5 to also include the State before the postcode, e.g.
NSW2007. Copy the formula down. What is the value of Check Digit 5?
7022
Test your Skills: Named Ranges
1. A travel expenses template has been compiled for your company to make it easier for
staff to record their expenses when travelling to branches in other countries. It has
recently been updated and the named ranges have been damaged in the process so
most of the formulas are returning an error. You need to correct the named ranges to
fix the problem.
Have a look at the Travel Expense worksheet. Note there are quite a few errors. Start
by addressing the problem of the missing exchange rates by naming the ranges. Go
to the Currency Rates worksheet and use Create from Selection to name all the
rates (A4:B12) using the labels in column A.
Don't enter the currency symbol - please enter the number as ##.##
15.76
2. While the calculation of Other Expenses is looking better it is still not correct. Open
the Name Manager. There is a range called Coffee that is no longer used, so delete
it. Now have a look at Ex_Rate, it only goes to row 14, which explains the incorrect
calculation. Edit it to go from L11:L21. Click OK and close the Name Manager.
Don't enter the currency symbol - please enter the number as ##.##
27.49
3. Let's fix Travel Costs next. Open the Name Manager, there is a named range called
Travel_Costs, but this is the wrong name, change it to TravelCosts and click OK
and close the Name Manager.
Don't enter the currency symbol - please enter the number as ##.##
495.27
4. Next, Lodging Costs. Use any method you think suitable to give the name
Lodging_Costs to range F11:F21. What is the corrected value for Lodging Expense
in K4?
Don't enter the currency symbol - please enter the number as ##.##
2546.41
5. And now to fix meals, let's be efficient and use Create from Selection to name all
three ranges simultaneously. Select G10:I21 and click Create from Selection. What
is the corrected value for Meal Expense in K5?
Don't enter the currency symbol - please enter the number as ##.##
1279.42
6. Our Travel Expense worksheet is now looking good, but we would also like to
complete a breakdown of expenses by region. Start by adding the following named
ranges:
• E11:J14- London
• E15:J18- Paris
• E19:J21- Mumbai
Now go to the Summary By Region worksheet and observe the calculated values
for London. What was the total amount spent in London in USD (D4)?
Don't enter the currency symbol - please enter the number as ##.##
2270.19
7. Enter a formula in C5 to add up the total amount spent in Paris (use the named range
you have just created). Then do the same in C6 for Mumbai.
Don't enter the currency symbol - please enter the number as ##.##
24190.02
Don't enter the currency symbol - please enter the number as ##.##
1701.28
9. Click in D7 and use Autosum to get the total spent in USD. If we were to now name
the range D4:D6, would the formula just created in D7 automatically change to use
the named range? You should not actually create this named range.
10. Click in B9 (still in Summary By Region), and use the Paste Names tool to Paste all
the named ranges into your workbook. What value is in B23?
NZD
Test your Skills: Summarising Data
1. The attached workbook is needed to answer all the questions associated with this
quiz.
Use Create from Selection to name each of the columns of data in the Ealing
Property Sales sheet.
Check the Name Box to see all your named ranges have been created correctly. What
name has been applied to the data in Column D?
• YearSold
• Year Sold
• Year-Sold
• Year_Sold
2. In C3 use a COUNT function to count the values in the named range ID.
3. This is not the result we were hoping for, look carefully at the ID column, can you see
why we got this answer?
4. Have a look at column J (Flat Number), note that a lot of the cells are blank.
Which function would you use to count the number of blank cells in a column?
Please enter just the function name all in UPPERCASE letters with no equal
sign, brackets or arguments.
COUNTBLANK
5. On the Summary Data sheet, in cell B4, use a function to sum the Price Paid for all
properties of type Terraced. Copy the formula down.
Don't enter the currency symbol or decimal points, just the plain number of the
format #####
167768172
6. In C4 create a formula to sum the total Price Paid for all Terraced properties sold in
2014. Make any necessary adjustments and then drag the formula down and across
to complete the table.
• =SUMIFS(Price_Paid,Property_Type,A4,Year_Sold,$C$3)
• =SUMIFS(Price_Paid,Property_Type,$A$4,Year_Sold,C3)
• =SUMIFS(Price_Paid,Property_Type,$A$4,Year_Sold,C$$3)
• =SUMIFS(Price_Paid,Property_Type,$A4,Year_Sold,C$3)
7. In F4 create a sparklines showing the sales trends for terraced houses from 2014 to
2016. Copy the sparkline down to F8.
Which of these property types follows a completely different trend to the others?
• Semi
• Detached
• Other
• Flat
8. Click in A12. Note the drop down that allows you to select different Towns, leave it
set to London. In B13 create a calculation that will show the number of properties
sold in the selected town for July 2015. (Note you will need to add criteria to check
Year Sold and Month Sold). Copy the formula down to get results for the other
months.
November
9. In C13 create a formula to sum the total price paid for properties sold in the selected
region (London) for July 2015. (Note you will need to add criteria to check Year Sold
and Month Sold.) Copy the formula down to get results for the other months.
October
10. Select the range A12:C18 and create a line chart. Put the Total Sales series on a
secondary axis and change it to a Clustered Column chart.
• This one:
• This one:
• This one:
11. In your new chart select the Number Sold series and add a trend line. Show the R²
value. Compare the results you get from the different trend line options.
• Exponential
• Linear
• Logarithmic
• Power
0.9933
Test your Skills: Tables
1. The attached workbook is needed to answer all the questions associated with this
quiz. Please download the file and open it in Excel before you start answering the
questions below.
• Yes
• No
Code: C
%: 15%
Don't enter the percentage symbol - please enter only the number as #.##
6.76
3. Convert the Homewares Inventory data to a table. Apply the table style White, Table
Style Light 18. Turn off banded rows and turn on banded columns.
• This one:
• This one:
• This one:
• This one:
4. Turn on the Total Row. Change the calculation for the Retail Price column to
calculate the average retail price.
Do not enter the currency symbol, please enter just the numeric value #.##
101.05
5. The In Stock column displays the number of items in stock for each product. Using
the Total Row to add a calculation, how many items are currently in stock for all
products?
1428
6. You have been informed that there may be duplicates in the data. Use the Remove
Duplicates tool to remove any duplicate entries.
Do not enter the $ symbol, please enter just the numeric value #.##
104.13
7. You need to find out which products need re-ordering most urgently. Sort the data by
the column In Stock from Smallest to Largest.
Enter the full product code for the product with the smallest number in stock.
HARD-015
8. You are doing an audit of products supplied by the company Kestrel. Filter the data
by the supplier Kestrel.
What is the updated value for the total number of items in stock now?
156
9. Clear the filter on Supplier and add a new filter to get the top 5% of stock items by
retail price.
Don't enter the currency symbol, please enter just the numeric value #.##
627.50
10. Clear all filters and turn off the total row. In the first empty row add the following
record:
Turn the total row back on. What is the updated Average Retail Price?
Do not enter the currency symbol, please enter just the numeric value #.##
102.27
Test your Skills: Pivot Tables, Charts and Slicers
1. The attached workbook is needed to answer all the questions associated with this
quiz.
Before creating pivot tables it is always a good idea to put your data into a table.
Convert the sales data to a table. Rename the table Sales. Turn on the Total Row
and in the total row in the Price Paid column select Average to get the average price
paid.
Don't enter currency symbol, please enter just the number ######.##
589287.28
2. Turn off the Total Row. Create a Pivot Table in a new sheet to show the Total Price
Paid for each Town.
4505138
4240650
4. Change the value field settings to show the calculated values as a percentage of the
Grand Total.
Don't enter the percentage symbol, just the plain number with two decimal
places - ##.##
33.92
5. Still working in Sheet1, click into cell A15, and create a Pivot Table from your Sales
data that shows total Price Paid for each Property Type. Rename the pivot
PropertyType.
72298550
6. In the PropertyType pivot change the Summarise Values By setting to use a Count
instead of a Sum.
431
7. Click in the PropertyType pivot and in the PivotTable field settings tick the Estate
Type checkbox.
10
8. In the PropertyType pivot add Year Sold to the Filters section in the PivotTable field
list. Change the filter to only show properties sold in 2014 and 2015.
How many Freehold Terraced properties were sold in this time period?
162
9. Still working in the PropertyType pivot, clear all filters, remove Year Sold from the
Filter area and remove Property Type from the Rows area. Add Deed Date to the
column area and group by Year and Quarter. If necessary expand the Year group for
2015.
62
10. Add a slicer to filter the PropertyType pivot by Postcode. Select all postcodes that
begin with UB1 or UB2.
How many Leasehold properties sold in Quarter 2 of 2015 for these postcodes?
7
Final Assessment
1. Final assignment for Course 2
STEP 1: Download the Excel workbook, save it on your device and open it.
STEP 2: Follow the instructions in order to answer the quiz questions. You will need
to perform each task on your worksheet and then type in the solution into the Quiz
answer boxes.
Good luck with this final assessment for the course. You have worked hard to get
here. Trust your skills and get into it.
Your Excel-Team
Have a look at the first 3 worksheets, they contain student marks for 3 terms. Now go
to the Final Marks worksheet and use 3D-Formulas to get Benjamin Abbot's class test
average for terms 1, 2 and 4. Copy the formula across to I4 and then down for the
rest of the students. What was the Average Final Mark (as shown in cell M4)?
62.6
2. Note that you have a sheet called Marks Term 3 but it is not in the right position. Move
this sheet to sit between the sheets Marks Term 2 and Marks Term 4. Check the Final
Marks Sheet, what is the average Final Mark now?
62.7
3. Select the range A3:J465 and use Create from Selection to name each of the
columns of data. This should have corrected the missing stats figures. What was the
median Final Mark (M5)?
63.8
4. Select the range L20:M26 and name it Grades. This should have corrected the grades
calculations. What grade did Olivia Jones get?
C
5. In M10 use a formula to calculate the total number of Fail grades. Copy the formula
down to M16. Note cell P4 which displays the Total Number of students who achieved
a "C" should have changed colour. What colour is the cell?
• Yellow
• Green
• Blue
• Orange
6. In N10 create a mixed reference formula that will count how many of Mr Chang's
students got a Fail. Drag the formula down and across to complete the table. Observe
P5, which shows the number of A's achieved by Ms Sekibo's students. It should have
changed colour. What colour is it now?
• Yellow
• Orange
• Green
• Blue
7. Have a look at the worksheets Absences Term 1 through to Term 4, they contain a
list of dates that students were absent. We need to create a summary showing a count
of how many days each student was absent. Go to the Absence Report Sheet. Click
in A4, and then use the Consolidate tool to consolidate the data on the other
Absences sheets. The results look a bit odd, but that is because the count values
have been formatted as dates. Change the formatting to General or Number. Sort the
data by Total Absences. How many students were absent for more than 15 days?
662
9. In E4 create a formula to generate the student email address. This should be their
first initial, followed by their surname, followed by "@newcollege.com", and must all
be in lower case, e.g. [email protected]. Copy the formula down for all the
other students. What is the value of the check digit in S5?
311
10. The last two digits of the student number indicate the year the student enrolled. In
F4 create a formula that will put "20" followed by the last two digits of the Student
ID, e.g. 2015. Copy the formula down for all the other students. What is the value of
the check digit in S6?
242
11. We would like to get an idea of how students have progressed over the year. Click
in M4 and create a sparkline line chart that charts the data in cells I4:L4. Copy the
sparkline down for all the other students. Change the sparkline to show the highest
point. Which of these sparklines represents Olivia Jones' data?
• This:
• This:
• This:
• This:
12. Convert the data in the Student Report Sheet to a table. Name the table Report and
change the style to Green Table Style Medium 21. Which of the following styles did
you choose?
• This:
• This:
• This:
• This:
13. With the table still selected, turn on the Total Row. What are the Total Fees Owing?
Don't enter the currency symbol, just the number and decimal places, e.g.
#######.##
3451742.00
14. In the Total Row in the Year Enrolled column, chose the correct function to calculate
the number of all students enrolled. How many are there?
462
15. Filter the table to show all Distance Learning students who owe more than $9,000.
How many are there?
41
16. We would like to compare the results for different types of students. Clear all filters.
Use the data in the table to create a pivot table (in a new sheet) that shows Grade
in the Row Labels, Student Type in the Column Labels, and Count of Grade in the
Values section. How many A's did the Part Time Students get?
33
17. Change the pivot to show the values as a percentage of the column total. What
percentage of Part Time students failed?
Don't enter the percentage symbol, please just enter the number as ##.## (2
decimal places).
12.88
18. Mr Chang has observed that the students attending the college seem to be
increasingly more able and more motivated. He would like to see if there is a pattern
in the results based on enrolment date. Click in A17 and create another pivot table
to show the average final mark by enrolment date. Add a filter field and change the
filter to only show data for Mr Chang. Format the values to only show 2 decimal
places. What was the Average mark for 2017?
68.05
19. Create a Clustered Column pivot chart using the data in the second pivot table (if
you have Excel for Mac select the data in A17:B20 and just create a regular chart).
Add a linear trendline and display the R-squared value on the chart. What is the R-
squared value?
0.9481
20. Have a look at the other trend line options and select the one that returns the best
R-squared value. Forecast forward for 1 period. If the trend continues, students who
enrol in 2018 are expected to get an average result closest to…
• 68
• 70
• 73
• 76