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

Data Analysis

  • How To Sort One Column or Multiple Columns in Excel
  • How To Create Pareto Chart in Excel
  • How to Create Column Chart in Excel
  • How to calculate correlation coefficient Correlation in Excel
  • How to create Gauge Chart in Excel

References

  • Offset in Excel
  • How to use Excel ROWS Function
  • MATCH function: Description, Usage, Syntax, Examples and Explanation
  • Left Lookup in Excel
  • Two-column Lookup in Excel

Data Validations

  • Prevent invalid data entering in specific cells
  • Excel Data validation allow uppercase only
  • Excel Data validation specific characters only
  • Excel Data validation date in specific year
  • Excel Data validation with conditional list

List holidays between two dates in Excel

by

To list holidays that occur between two dates, you can use a formula based on the TEXTJOIN and IF functions.

 Formula

{=TEXTJOIN(", ",TRUE,IF(dates>=start,IF(dates<=end,holidays,""),""))}

Note: the TEXTJOIN function is new in Excel 2016.

Explanation

In the example shown, the formula in F8 is:

{=TEXTJOIN(", ",TRUE,IF(B4:B12>=F5,IF(B4:B12<=F6,C4:C12,""),""))}

This is an array formula and must be entered with control + shift + enter.

Worked Example:   nth smallest value with criteria in Excel

How this formula works

At a high level, this formula uses a nested IF function to return an array of holidays between two dates. This array is then processed by the TEXTJOIN function, which converts the array to text using a comma as the delimiter.

Working from the inside out, we generate the array of matching holidays using a nested IF:

IF(B4:B12>=F5,IF(B4:B12<=F6,C4:C12,""),"")

If the dates in B4:B12 are greater than or equal the start date in F5, and if the dates in B4:B12 are less than or equal the end date in F6, then IF returns a an array of holidays. In the example shown, the list looks like this:

Worked Example:   If this AND that OR that in Excel

{“”;””;”Presidents Day”;”Memorial  Day”;””;””;””;””;””}

Worked Example:   Invoice status with nested if in Excel

This array is then delivered to the TEXTJOIN function as the text1 argument, where the delimiter is set to “, ” and ignore_empty is TRUE. The TEXT JOIN function processes the items in the array and returns a string where every non-empty item is separated by a comma plus space.

 

Post navigation

Previous Post:

Get day from date in Excel

Next Post:

Calculate loan interest in given year in Excel

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

  • Return blank if in Excel
  • How to use Excel OR Function
  • Check multiple cells are equal in Excel
  • OR function Examples in Excel
  • How to use IFS function in Excel

Date Time

  • How to calculate most recent day of week in Excel
  • DATE function: Description, Usage, Syntax, Examples and Explanation
  • How to calculate Quarter of Date in Excel
  • Count holidays between two dates in Excel
  • Add days exclude certain days of week in Excel

Grouping

  • How to randomly assign data to groups in Excel
  • Group numbers at uneven intervals in Excel
  • Categorize text with keywords in Excel
  • How to randomly assign people to groups in Excel
  • If cell contains one of many things in Excel

General

  • AutoFit Column Width, AutoFit Row Height in Excel
  • Index and match on multiple columns in Excel
  • Subtotal invoices by age in Excel
  • Basic numeric sort formula in Excel
  • How to generate random number between two numbers in Excel
© 2023 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning