Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How to create Checklist in Excel
  • Conditional Formatting New Rule with Formulas in Excel
  • How to count table rows in Excel
  • How to combine 2 or more chart types in a single chart in Excel
  • Conditional Formatting Icon Sets Examples in Excel

References

  • Excel Advanced Lookup using Index and Match Functions
  • How to use Excel TRANSPOSE Function
  • How to create dynamic named range with OFFSET in Excel
  • To count total rows in a range in Excel
  • How to use Excel VLOOKUP Function

Data Validations

  • Excel Data validation allow uppercase only
  • Excel Data validation date in next 30 days
  • Excel Data validation with conditional list
  • Data validation must not exist in list
  • Excel Data validation number multiple 100

How to calculate nth day of week in month in Excel

by

To get the nth day if week in a month (i.e. the first Tuesday, third Tuesday, forth Thursday, etc.) you can use a formula based on the DAY and WEEKDAY functions.

Formula

=date-DAY(date)+1+n*7-WEEKDAY(date-DAY(date)+8-dow)

Note:  Day of week is abbreviated “dow” in the generic form of the formula. This is a number between 1 (Sunday) and 7 (Saturday) which can be changed as needed.

Explanation

In the example shown, the formula in E5 is:

=B5-DAY(B5)+1+D5*7-WEEKDAY(B5-DAY(B5)+8-C5)

How this formula works

First, this formula determines a “start date”. The “first of month” is calculated with the DAY function here:

=B5-DAY(B5)+1

Then  n * 7 days to the first of the month, to get a start date n weeks from the first of the month. In the generic form of the formula, n represents “nth”.

The next step is to calculate the adjustment required to reach the final result. The adjustment is calculated using WEEKDAY and DAY:

WEEKDAY(B5-DAY(B5)+8-C5)

Inside WEEKDAY, the first of the month is again calculated, then 8 days are added and the value for dow (day of week) is subtracted.

Finally the calculated adjustment is subtracted from original start date to get the final result.

Post navigation

Previous Post:

DECIMAL function: Description, Usage, Syntax, Examples and Explanation

Next Post:

AVERAGE function: Description, Usage, Syntax, Examples and Explanation

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • IFS function: Description, Usage, Syntax, Examples and Explanation
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • Excel If, Nested If, And/Or Criteria Examples
  • How to use Excel XOR Function
  • How to use Excel FALSE Function

Date Time

  • How to get workdays between dates in Excel
  • Display Date is workday in Excel
  • Check If Two Dates are same month in Excel
  • Convert date to month and year in Excel
  • Calculate series of dates by workdays in Excel

Grouping

  • Calculate conditional mode with criteria in Excel
  • Map text to numbers in Excel
  • Group times into 3 hour buckets in Excel
  • How to randomly assign data to groups in Excel
  • Group numbers with VLOOKUP in Excel

General

  • How to password protect excel sheet?
  • How to calculate percent change in Excel
  • Excel Ribbon Quick Overview For Beginners
  • How to Insert Cells, Row and Rows in Excel
  • How to calculate percentage discount in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning