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

Data Analysis

  • How to sum a total in multiple Excel tables
  • How to count table rows in Excel
  • How to combine 2 or more chart types in a single chart in Excel
  • Conditional Formatting New Rule with Formulas in Excel
  • How To Remove Duplicates In Excel Column Or Row?

References

  • How to get address of first cell in range in Excel
  • Extract data with helper column in Excel
  • How to create dynamic named range with OFFSET in Excel
  • How to get address of named range in Excel
  • How to use Excel MMULT Function

Data Validations

  • Excel Data validation require unique number
  • Excel Data validation allow uppercase only
  • Data validation must not exist in list
  • Excel Data validation with conditional list
  • Excel Data validation don’t exceed total

Average response time per month in Excel

by

This tutorial shows how to work Average response time per month in Excel using the example below;

Formula

=AVERAGEIFS(durations,dates,">="&A1,dates,"<="&EOMONTH(A1))

Explanation

To average response times by month, you can use a formula based on the AVERAGEIFS function, together with the EOMONTH function.

In the example shown, the formula in G5 is:

=AVERAGEIFS(durations,dates,">="&F5,dates,"<="&EOMONTH(F5,0))

How this formula works

This formula uses the named ranges “dates” (B5:B25) and “durations” (D5:D25). Durations column D are in minutes, calculated by subtracting the date opened from date closed.

The AVERAGEIFS function is designed to average ranges based on multiple criteria. In this case, we configure AVERAGEIFS to average durations by month using two criteria: (1) matching dates greater than or equal to the first day of the month, (2) matching dates less than or equal to the last day of the month.

To bracket dates by month, we use a simple trick to make things easier: In column F, instead of typing month names (“Jan”, “Feb”, Mar”, etc.) we add we add actual dates for the first of each month (1/1/2016, 2/1/2016, 3/1/2016, etc.),. Then, we use the custom date format (“mmm”) to display the month names.

This makes it a lot easier to build the criteria we need for AVERAGEIFS using values in column F.  To match dates greater than or equal to the first of the month, we use:

">="&F5

To match dates less than or equal to the last day of the month, we use:

"<="&EOMONTH(F5,0)

We get the EOMONTH to return the last day of the same month by supplying zero for the monthsargument.

Note: concatenation with an ampersand (&) is necessary when building criteria based on a cell reference.

Post navigation

Previous Post:

How to use Excel CHOOSE Function

Next Post:

Customize Ribbon 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

  • How to use Excel AND Function
  • SWITCH function example in Excel
  • Not Equal To ‘<>‘ operator in Excel
  • IFNA function: Description, Usage, Syntax, Examples and Explanation
  • SWITCH function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Get last day of month in Excel
  • Get work hours between dates in Excel
  • Get days before a date in Excel
  • How to enter Today’s Date or Static Date and Time in Excel
  • Extract date from a date and time in Excel

Grouping

  • Group times into unequal buckets in Excel
  • How to randomly assign people to groups in Excel
  • Map text to numbers in Excel
  • Group arbitrary text values in Excel
  • Group numbers with VLOOKUP in Excel

General

  • How to calculate percent of goal in Excel
  • Count cells that do not contain many strings in Excel
  • Select, Insert, Rename, Move, Delete Worksheets in Excel
  • Excel Ribbon Quick Overview For Beginners
  • Using Existing Templates in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning