DAYS360 function - The function finds the number of days between two dates based on a 360-day year in Excel
The following article details how to use the DAYS360 function, the function finds the number of days between two dates based on a 360-day year in Excel.
Description: The DAYS360 function is used to calculate the number of days based on a year of only 360 days. The function is usually used to calculate payments if your accounting system is based on a 360-day year.
Syntax: DAYS360 (start_date, end_date, [method]) .
Inside:
- start_date : The start date.
- end_date : End date.
- method : The basis used to count dates, is an arbitrary parameter, the default is False and has the following values:
+ method = False -> US Method (NASD), If the start date is the last day of the month, it will be equal to the 30th day of the month. If the start date is the end of the month and the start date is earlier than the 30th day of the month, the end date will be the first day of the next month, whereas the end date will be equal to the 30th day of that month.
+ method = True -> The basis of calculating date is based on European calculation, the start date and end date if taking place on the 31st of the month will be equal to the 30th day of that month.
For example:
Calculating the number of days from 6/15/2015 to 5/1/2016.
- Use a European-standard date counting facility.
In the cell to calculate enter the formula: = DAYS360 (D6, D7, D8) .
Press Enter -> the number of days from 6/15/2015 to 5/1/2016 is:
- Similarly, according to North American standards, the number of days is:
The actual case from 1/15/2015 to 1/15/2016 has 365 days but when using DAYS360 function, the number of days from 1/15/2015 to 1/15/2016 is only 360 days.
The above is the usage as well as some notes when using the DAYS360 function .
Good luck!
You should read it
- DATEDIF function - The function calculates the number of days, months, years between 2 dates in Excel
- NETWORKDAYS function - The function returns the number of whole working days between 2 dates in Excel
- DAYS function, how to use the function to calculate the number of days between two time points in Excel
- NETWORKDAYS.INTL function - The function returns the number of whole working days between 2 dates, specifying weekends in Excel
- YEARFRAC function - The function returns the fifth calculated by the number of whole days between two specific dates in Excel
- How to calculate the number of days in Excel
- SQL Server YEAR function
- Round function, how to use rounded functions in Excel
May be interested
- How to subtract dates, months, and years in Excel - Calculate the distance between two dates in Excelin the process of processing data in excel you need to subtract days, months and years in excel. you do not know how to calculate and use what function? so invite you and tipsmake.com to learn how to calculate the distance between two dates in excel, except for days, months and years in excel below.
- How to calculate the number of days in Excel - Functions, formulas for calculating the number of days in Excelhow to calculate the number of days in excel - functions, formulas for calculating the number of days in excel. in the process of processing data in excel, you will certainly encounter many cases that need to calculate the number of days such as the number of days guests stay, the number of days to perform work ... it will be difficult if the
- Instructions on how to fix reverse dates in Excelwhen we install the english language on microsoft excel, you will have an english date error, the previous month and then the date and year. so how can i return to the correct format of day, month and year in excel?
- How to format dates in Excelformatting dates in excel makes it easier for users to enter content, shortening manual input.
- DATEVALUE function - Functions to convert text format dates to serial numbers in Exceldatevalue function: the function converts the stored date value as text into a serial number recognized by excel. the function is useful in cases where the worksheet contains the date format you want to filter or sort. syntax: datevalue (date_text)
- The WORKDAY function - The function returns a date before or after the start date of a number of working days in Excelworkday - the function returns a date before or after the start date of a specified number of working days. weekends and public holidays do not count toward business days. syntax: workday (start_date, days, [holidays])
- Coupdays function - Calculates the number of days in a coupon period and contains the settlement date in Excelthe following article details how to use the coupdays function in excel. function meaning: the coupdays function calculates the number of days in the coupon period and contains the settlement date. syntax: coupdays (settlement, maturity, frequency, [basis]).
- SQL Server YEAR functionsql server's year function returns a 4-digit integer that is the year value in the timestamp passed.
- Round function, how to use rounded functions in Excelthe round function in excel will help the user round the number to a number of predefined words, making the worksheet more scientific.
- WEEKNUM function - The function returns the week number of the year in Excelweeknum function - the function returns the ordinal number of the week of the year of the specified day in that week. there are 2 systems used in the function to determine the ordinal number of the week: - system 1: week with january 1 is the first week of the year and numbered as 1. - system 2: