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

Data Analysis

  • Working With Tables in Excel
  • Number and Text Filters Examples in Excel
  • How to create running total in an Excel Table
  • Get column index in Excel Table
  • How to Sort by Color in Excel

References

  • INDEX function: Description, Usage, Syntax, Examples and Explanation
  • Two-column Lookup in Excel
  • How to get last row in numeric data in Excel
  • How to use Excel MATCH Function
  • Perform case-sensitive Lookup in Excel

Data Validations

  • Excel Data validation allow weekday only
  • Excel Data validation specific characters only
  • Excel Data validation don’t exceed total
  • Excel Data validation exists in list
  • Prevent invalid data entering in specific cells

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

by

What is DATEDIF function in Excel?

DATEDIF function is one of Date and Time functions in Microsoft Excel that calculates the fraction of the year represented by the number of whole days between two dates (the start_date and the end_date). For instance, you can use YEARFRAC to identify the proportion of a whole year’s benefits, or obligations to assign to a specific term.

Syntax of DATEDIF function

YEARFRAC(start_date, end_date, [basis])

The YEARFRAC function syntax has the following arguments:

  • Start_date    Required. A date that represents the start date.
  • End_date    Required. A date that represents the end date.
  • Basis    Optional. The type of day count basis to use.
Basis Day count basis
0 or omitted US (NASD) 30/360
1 Actual/actual
2 Actual/360
3 Actual/365
4 European 30/360
Worked Example:   Get age from birthday in Excel

Important:

  • Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2018,5,23) for the 23rd day of May, 2018. Problems can occur if dates are entered as text.
  • The YEARFRAC function may return an incorrect result when using the US (NASD) 30/360 basis, and the start_date is the last day in February.

DATEDIF formula explanation

  • Excel stores dates as sequential serial numbers so they can be used in calculations. By default, January 1, 1900 is serial number 1, and January 1, 2018 is serial number 43101 because it is 43,101 days after January 1, 1900.
  • All arguments are truncated to integers.
  • If start_date or end_date are not valid dates, YEARFRAC returns the #VALUE! error value.
  • If basis < 0 or if basis > 4, YEARFRAC returns the #NUM! error value.
Worked Example:   How to calculate percent of year complete in Excel

Example of DATEDIF function

  • Get days between dates ignoring years 
  • Calculate years between dates in Excel

Steps to follow:

1. Open a new Excel worksheet.

2. Copy data in the following table below and paste it in cell A1

Note: For formulas to show results, select them, press F2 key on your keyboard and then press Enter.

Worked Example:   Calculate retirement date in Excel

You can adjust the column widths to see all the data, if need be.

Data Description
1/1/2012 Start date
7/30/2012 End date
Formula Description Result
=YEARFRAC(A2,A3) Fraction of the year between 1/1/2012 and 7/30/12, omitting the Basis argument. 0.58055556
=YEARFRAC(A2,A3,1) Fraction between same dates, using the Actual/Actual basis argument. Because 2012 is a Leap year, it has a 366 day basis. 0.57650273
=YEARFRAC(A2,A3,3) Fraction between same dates, using the Actual/365 basis argument. Uses a 365 day basis. 0.57808219

Post navigation

Previous Post:

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

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

  • SWITCH function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel AND Function
  • How to use Excel XOR Function
  • How to use Excel TRUE Function
  • TRUE function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Roll back weekday to Friday base on a particular date in Excel
  • How to Calculate Age in Excel
  • Convert text date dd/mm/yy to mm/dd/yy in Excel
  • Sum race time splits in Excel
  • How to get year from date in Excel

Grouping

  • Running count group by n size in Excel
  • Categorize text with keywords in Excel
  • Group arbitrary text values in Excel
  • Calculate conditional mode with criteria in Excel
  • Group times into unequal buckets in Excel

General

  • How to calculate percent of students absent in Excel
  • Currency vs Accounting Format in Excel
  • Index and match on multiple columns in Excel
  • How to calculate project complete percentage in Excel
  • How to fill cell ranges with random text values in Excel
© 2023 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning