One of the types of data that Excel allows you to store is, of course, dates. At some point you may wish to perform some calculations with the dates in your worksheet. It is not uncommon to need to figure out the percentage of a year represented by the difference between two dates. Excel allows you to calculate this easily using the YEARFRAC worksheet function. This function is part of the Analysis ToolPak provided with Excel.
To use the function, all you need to do is provide two dates and a value that specifies how Excel should calculate the fractional year:
=YEARFRAC(DateOne, DateTwo, Basis)
The dates used by YEARFRAC can be either static dates, or they can be references to cells that contain dates. The Basis value ranges between 0 and 4, with 0 being the default. The following are the different meanings for the Basis:
Basis | Meaning | |
---|---|---|
0 | US 30/360 | |
1 | Actual/actual | |
2 | Actual/360 | |
3 | Actual/365 | |
4 | European 30/360 |
You should note that if the YEARFRAC function does not work on your system, it means you have not installed or enabled the Analysis ToolPak. To enable it, follow these steps:
If you did not see an Analysis ToolPak option in step 2, it means that you did not install the option when you first installed Excel. You can rerun the Excel Setup program and choose to install the option. You must then enable the add-in, and you can use the function.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (2562) applies to Microsoft Excel 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Excel (Excel 2007 and later) here: Calculating Fractions of Years.
Solve Real Business Problems Master business modeling and analysis techniques with Excel and transform data into bottom-line results. This hands-on, scenario-focused guide shows you how to use the latest Excel tools to integrate data from multiple tables. Check out Microsoft Excel 2013 Data Analysis and Business Modeling today!
Excel allows you to easily convert values from decimal to other numbering systems, such as hexadecimal. This tip explains ...
Discover MoreFunctions are the heart of Excel's power. The program allows you to compound that power by handily putting one function ...
Discover MoreIf you need to do some work in the base-8 numbering system (octal), you'll love two worksheet functions provided by Excel ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2016-07-23 07:01:55
Peter
I have now resolved the issue. Somehow the add-ins for CSAPak had been unchecked. I have now checked them again.
2016-07-22 14:39:23
Michael
If this is exactly how you have it entered then a couple of parentheses (on end) were probably deleted inadvertently
Try
=YearFrac(F4,(Today()))
It works in my version anyway Excel 2007
2016-07-20 03:18:31
Peter
I had a formula in Excel 2003 which I entered only a few weeks ago. Today the formula returns a #NAME? error. It doesn't recognise "=YEARFRAC" anymore, but only when used with the "TODAY()" value. The result takes a person's date of birth from today's date to give an age in Number to 2 decimal places as formatted for the cell.
=YEARFRAC(F4,(TODAY()
This works in Google Spreadsheets. I uploaded to same spreadsheet to Google where it works without errors. Until recently it worked for Excel 2003.
An alternative formula for those who have died using the YEARFRAC value like
"=YEARFRAC(B$,C4)" taking the person's date of birth and date of death to return an age in 2 decimal places still works.
Does Microsoft kludge their older programs in their periodic updates to force users to upgrade?
Got a version of Excel that uses the menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2022 Sharon Parq Associates, Inc.
Comments