What is the method for obtaining the first day of the week in Google Sheets? 2

What is the method for obtaining the first day of the week in Google Sheets?

The method for obtaining the first day of the week in Google Sheets involves using the “WEEKDAY” function, which returns a number representing the day of the week for a given date. By specifying the starting day of the week as the second argument in the function, the first day of the week can be determined. Additionally, the “WEEKDAY” function can be combined with other functions, such as “TODAY” or “DATE,” to automatically update the first day of the week based on the current date. This method allows for easy customization and accuracy in determining the first day of the week in Google Sheets.

Get First Day of Week in Google Sheets


You can use one of the following formulas to get the first day of the week for a date in Google Sheets:

Formula 1: Get First Day of Week (Assuming First Day is Sunday)

=A2-MOD(A2-1, 7)

Formula 2: Get First Day of Week (Assuming First Day is Monday)

=A2-MOD(A2-2, 7) 

Both formulas assume that cell A2 contains the date you’d like to find the first day of the week for.

The following examples show how to use each formula in practice with the following dataset in Google Sheets:

Example: Get First Day of Week in Google Sheets

We can type the following formulas into cell C2 and D2 to get the first day of the week for the date in cell A2:

  • C2: =A2-MOD(A2-1,7)
  • D2: =A2-MOD(A2-2,7)

We can then click and drag each of these formulas down to the remaining cells in columns C and D:

By default, the date values are shown as numeric values.

Note: The numeric values represent the number of days since 1/1/1900.

To convert these numeric values to dates, we can highlight the cell range C2:D11 and then click the Format tab, then click Number from the dropdown menu and then click Date:

Google Sheets find first day of week

Column C shows the first day of the week that the date in column A falls in, assuming the first day is considered Sunday.

Column D shows the first day of the week that the date in column A falls in, assuming the first day is considered Monday.

For example, we can look at a calendar to see that 1/4/2022 is on a Tuesday:

Thus, if we consider Sunday the first day of the week then that date is 1/2/2022.

Or if we consider Monday the first of the week then that date is 1/3/2022.

These dates match the ones calculated by our formulas.

The following tutorials explain how to perform other common tasks in Google Sheets:

Cite this article

stats writer (2024). What is the method for obtaining the first day of the week in Google Sheets?. PSYCHOLOGICAL SCALES. Retrieved from https://scales.arabpsychology.com/stats/what-is-the-method-for-obtaining-the-first-day-of-the-week-in-google-sheets/

stats writer. "What is the method for obtaining the first day of the week in Google Sheets?." PSYCHOLOGICAL SCALES, 23 Jun. 2024, https://scales.arabpsychology.com/stats/what-is-the-method-for-obtaining-the-first-day-of-the-week-in-google-sheets/.

stats writer. "What is the method for obtaining the first day of the week in Google Sheets?." PSYCHOLOGICAL SCALES, 2024. https://scales.arabpsychology.com/stats/what-is-the-method-for-obtaining-the-first-day-of-the-week-in-google-sheets/.

stats writer (2024) 'What is the method for obtaining the first day of the week in Google Sheets?', PSYCHOLOGICAL SCALES. Available at: https://scales.arabpsychology.com/stats/what-is-the-method-for-obtaining-the-first-day-of-the-week-in-google-sheets/.

[1] stats writer, "What is the method for obtaining the first day of the week in Google Sheets?," PSYCHOLOGICAL SCALES, vol. X, no. Y, ص Z-Z, June, 2024.

stats writer. What is the method for obtaining the first day of the week in Google Sheets?. PSYCHOLOGICAL SCALES. 2024;vol(issue):pages.

Download Post (.PDF)
Slide Up
x
PDF
Scroll to Top