Determine the day of the week using the WEEKDAY function.
You need to determine the day of the week for a list of dates. Determine the day of the week in column B for the dates in column A using the WEEKDAY function, displaying the result as a number (1-7).
Solve without hints for +5 XP
This is the grid you start with. Cell references in the task — B6, C2 — point at the row numbers and column letters below.
| A | B | |
|---|---|---|
| 1 | Date | Weekday |
| 2 | 1/15/2023 | |
| 3 | 5/20/2023 | |
| 4 | 12/31/2023 |
WEEKDAY function is useful for determining the day of the week for scheduling, analysis, or reporting purposes.