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?
Instructions
The "Daily Deals" table shows the deals customers are eligible for each day
(You may wish to duplicate this worksheet or file so that you can refer to th
Task 1 - Using VLOOKUP
1. In Column E, use a text function to find out the delivery day for the date
1. Apply a custom data validation rule to the Customer ID column with the
- avoid duplicates
- three-digit numbers between 100 and 300 (inclusive)
2. Create a suitable input message and stop error alert for this data valida
3. Use the Data Validation tool to circle all invalid inputs. How many Cust
worksheet so you can see all the circled invalid inputs. Take a screenshot.
4. Create a new worksheet in your workbook called "Screenshots". Paste t
8. Use your drop-down list to find out what deal Luke received.
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.
are 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
t which deal customers are eligible for. Use the named cell range
ive)
alert for this data validation rule and apply the settings.
nputs. How many Customer IDs are invalid? Zoom out on your
uts. Take a screenshot.
d "Screenshots". Paste the screenshot on this worksheet.
5" to "132".
tion drop down list. In cell D56, enter a VLOOKUP function such
tomer and obtain the deal type they would have been eligible to
5" to "132".
tion drop down list. In cell D56, enter a VLOOKUP function such
tomer and obtain the deal type they would have been eligible to
ke 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).
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.
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.