0
0
Excelspreadsheet~5 mins

WEEKDAY and WORKDAY in Excel - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does the WEEKDAY function do in Excel?
The WEEKDAY function returns a number representing the day of the week for a given date. For example, Sunday can be 1, Monday 2, and so on, depending on the chosen return type.
Click to reveal answer
beginner
How do you use the WORKDAY function in Excel?
The WORKDAY function calculates a date that is a certain number of working days away from a start date, skipping weekends and optionally holidays.
Click to reveal answer
intermediate
What is the difference between WEEKDAY and WORKDAY functions?
WEEKDAY tells you the day number of a specific date, while WORKDAY gives you a future or past date after adding or subtracting working days.
Click to reveal answer
intermediate
How can you exclude holidays in the WORKDAY function?
You can provide a list or range of holiday dates as the third argument in WORKDAY, so those days are not counted as working days.
Click to reveal answer
beginner
What does WEEKDAY(date, 2) return for a Monday?
It returns 1 because with return type 2, the week starts on Monday as 1 and Sunday is 7.
Click to reveal answer
What number does WEEKDAY return for Sunday if you use WEEKDAY(date, 1)?
A1
B7
C0
DSunday is not returned as a number
Which function would you use to find the date 10 working days after today?
ATODAY
BWEEKDAY
CWORKDAY
DNETWORKDAYS
How do you tell WORKDAY to skip holidays?
AUse WEEKDAY with holidays
BWORKDAY cannot skip holidays
CSet holidays in Excel options
DAdd holidays as the third argument
If WEEKDAY returns 5 for a date with return type 2, what day is it?
AFriday
BMonday
CThursday
DSunday
What does WORKDAY(start_date, -3) do?
AGives the date 3 working days after start_date
BGives the date 3 working days before start_date
CGives the date 3 calendar days before start_date
DGives the weekday number of start_date
Explain how to use the WEEKDAY function to find the day of the week for a date and how the return type affects the result.
Think about how Sunday or Monday can be numbered differently.
You got /4 concepts.
    Describe how the WORKDAY function helps in planning by skipping weekends and holidays, including how to add holidays.
    Consider a work project deadline calculation.
    You got /5 concepts.