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
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
ns. 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?
TRUE
FALSE
Deal Type DailyDeals No of Eligible Customers
#N/A Monday 20% off total bill 6
#N/A Tuesday Free dessert 0
#N/A Wednesday Mains - Buy 1 Get 1 0
#N/A Thursday 10% off total bill 0
#N/A Friday No deal 0
#N/A Saturday No deal 0
#N/A Sunday Free side order 0
#N/A
#N/A Instructions
#N/A The "Daily Deals" table shows the deals customers are eligible for each day
#N/A (You may wish to duplicate this worksheet or file so that you can refer to th
#N/A
#N/A Task 1 - Using VLOOKUP
#N/A 1. In Column E, use a text function to find out the delivery day for the date
#N/A
#N/A 2. In Column F use a logical function to find out if each customer is eligible
#N/A Column E. (*Hint - use a nested if function)
#N/A
#N/A 3. Add a new column (Column K) to the Daily Deals table to calculate man
#N/A
the day of the week (Column I). (Use a COUNT function).
#N/A
4. Name the table array I3:J9 "DailyDeals".
#N/A
#N/A 5. In Column G, use a VLOOKUP function to find out which deal customers
#N/A the table array argument.
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A Task 2 - Data Validation
#N/A
#N/A
1. Apply a custom data validation rule to the Customer ID column with the
- avoid duplicates
#N/A
- three-digit numbers between 100 and 300 (inclusive)
#N/A
#N/A 2. Create a suitable input message and stop error alert for this data valida
#N/A
#N/A 3. Use the Data Validation tool to circle all invalid inputs. How many Cust
#N/A worksheet so you can see all the circled invalid inputs. Take a screenshot.
#N/A
#N/A 4. Create a new worksheet in your workbook called "Screenshots". Paste t
#N/A
#N/A 5. Click on cell A3 and change the value from "1025" to "132".
#N/A
#N/A 6. Click on cell A5 and change the value to "1234". Take a screenshot to ca
#N/A Paste it on the screenshot tab. Then click Esc to cancel. Clear the validatio
7. Below the table, in Cell D55 create a data validation drop down list. In c
you are able to look up the first name of a customer and obtain the deal ty
8. Use your drop-down list to find out what deal Luke received.
5. Click on cell A3 and change the value from "1025" to "132".
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.
Customers
hich deal customers are eligible for. Use the named cell range as
"132".
e a screenshot to capture both the stop alert and input message.
Clear the validation circles using the data validation command.
drop down list. In cell D56, enter a VLOOKUP function such that
nd obtain the deal type they would have been eligible to receive.
eceived.
"132".
drop down list. In cell D56, enter a VLOOKUP function such that
nd obtain the deal type they would have been eligible to receive.
eceived.
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.