Module 3 Assignment
Module 3 Assignment
Brief
This assignment consists of 5 tasks.
You are tasked with helping Food2Go do some analysis on promotions. The marketing
promotions - daily deals and an early bird promotion. Before they go any further they
to see how many customers would have been entitled to these promotions had they a
You are given a sample data set consisting of 50 customer orders, and will need to use
and data validation to carry out this analysis and compare the two promotions.
Here is a basic overview of the promotions. Detailed information will be found on the
Task 5 - Conclusion
Once you have completed Tasks 1-4, answer the following questions.
1) From our sample data set of 50 customers, how many customers would have been e
4) Were there more "Early Birds" during lunch time or dinner time?
5) If the Early Bird promotion was available all week, how could we modify our existing
ons. The marketing team is thinking of rolling out 2 different
o any further they want to analyse past customer order data
motions had they already been launched.
s.
would have been eligible for a daily deal?
Luke Jasmeet
No deal 10% off total bill
Deal Type Daily Deals
No deal Monday 20% off total bill 6
Free side order Tuesday Free dessert 7
10% off total bill Wednesday Mains - Buy 1 Get 1 5
20% off total bill Thursday 10% off total bill 6
Free dessert Friday No deal 6
Free dessert Saturday No deal 11
20% off total bill Sunday Free side order 9
No deal
No deal Instructions
Mains - Buy 1 Get 1 The "Daily Deals" table shows the deals customers are eligible for each day
20% off total bill (You may wish to duplicate this worksheet or file so that you can refer to th
Free side order
Free dessert Task 1 - Using VLOOKUP
Free side order 1. In Column E, use a text function to find out the delivery day for the date
Free side order
10% off total bill 2. In Column F use a logical function to find out if each customer is eligible
20% off total bill Column E. (*Hint - use a nested if function)
10% off total bill
10% off total bill 3. Add a new column (Column K) to the Daily Deals table to calculate man
Free dessert
on the day of the week (Column I). (Use a COUNT function).
Mains - Buy 1 Get 1
4. Name the table array I3:J9 "DailyDeals".
10% off total bill
No deal 5. In Column G, use a VLOOKUP function to find out which deal customers
20% off total bill as the table array argument.
Free dessert
Free side order
No deal
Mains - Buy 1 Get 1
No deal
Free side order Task 2 - Data Validation
20% off total bill
Mains - Buy 1 Get 1
1. Apply a custom data validation rule to the Customer ID column with the
- avoid duplicates
No deal
- three-digit numbers between 100 and 300 (inclusive)
No deal
Free side order 2. Create a suitable input message and stop error alert for this data valida
No deal
Mains - Buy 1 Get 1 3. Use the Data Validation tool to circle all invalid inputs. How many Cust
No deal worksheet so you can see all the circled invalid inputs. Take a screenshot.
No deal
Free dessert 4. Create a new worksheet in your workbook called "Screenshots". Paste t
No deal
Free side order 5. Click on cell A3 and change the value from "1025" to "132".
No deal
No deal 6. Click on cell A5 and change the value to "1234". Take a screenshot to ca
Free side order message. Paste it on the screenshot tab. Then click Esc to cancel. Clear the
command.
7. Below the table, in Cell D55 create a data validation drop down list. In c
that you are able to look up the first name of a customer and obtain the d
receive.
5. Click on cell A3 and change the value from "1025" to "132".
9. Copy cells D55:D56 and paste in F55:F6. Use the drop-down to find out
10. Do you agree that a drop-down list like this is the most efficient way of
eligible for based on their last name? Explain.
re eligible for each day. Complete Task 1 followed by Task 2.
that you can refer to the instructions simultaneously.)
ach customer is eligible for a daily deal (Y) or not (N), based on
which deal customers are eligible for. Use the named cell range
ve)
lert for this data validation rule and apply the settings.
puts. How many Customer IDs are invalid? Zoom out on your
ts. Take a screenshot.
"Screenshots". Paste the screenshot on this worksheet.
" to "132".
e received.
Instructions
Early Bird criteria - Customers who want to avail of an Early Bird discount must place their
orders on weekdays between 11:45 a.m. - 12:00 p.m. (for lunch) or 6:45 p.m. - 7:30 p.m.
(for dinner).
Early Bird Use this information and the data presented to complete Tasks 3 & 4.
Task 3 -
1. Use a Text function to fill in Column D to extract the delivery day from the dates in
Column C.
2. Use the WEEKDAY function in Column E to extract the day of the week in numerical
format.
Use "2" as the range type to return numbers 1(Monday) through 7 (Sunday).
3. In Column G, write a logical function to find out whether a customer is an early bird.
(refer to the 'Early Bird' criteria stated above) In your function, you will have to reference
Column E values (day of week) and Column F (time of order) to determine whether
customers are early birds. Think about how you will reference the early bird criteria.
Early Bird If a customer is an early bird, the function should return "Early Bird". Otherwise, the
function should return a blank value.
4. Enter a count function in cell G53 to return the number of Early Bird customers.
screenshot 2: