DAYS360 function - The function returns the number of days between 2 dates, based on 360 days in Excel
The following article introduces you to the DAYS360 function - one of the functions in the date and time group function is very popular in Excel.
Description: The function calculates the number of days between 2 dates, based on 360 days per year (from 12 months, 30 days per month). Useful function in calculating payments in the accounting system based on twelve months 30 days.
Syntax: DAYS (start_date, end_date, [method])
Inside:
- start_date: End date to calculate the number of days, is a required parameter.
- end_date: The start date to calculate the number of days, is a required parameter.
- method: A logical value that determines how the date is calculated, an optional parameter with the following values:
+ method = FALSE or skip -> calculate the number of days in US method (NASD). The end date of the month is the 30th day, if the end date is earlier than 30 days, the end date will be equal to the first day of the following month.
+ method = TRUE -> calculate the number of days in European method , the start date and end date of the month on the 31st of the month will equal the 30th day of that month.
Attention:
- If 1 of the 2 arguments end_date and start_date is outside the valid range of the day -> the function returns the #NUM! Error value
- If 1 of the 2 arguments end_date and start_date cannot be parsed into a valid date -> the function returns the #VALUE! Error value
For example:
Calculate the number of days between dates in the table below:
- In the cell to calculate enter the formula: = DAYS360 (F7, G7, H7).
- Press Enter -> return value is:
- Similarly copy the formula for the remaining value with method = False.
- Here the same value but different methods -> different values.
- Similarly copying the formula for the remaining values results:
Above are detailed instructions and some specific examples when using the DAYS360 function in Excel.
Good luck!
You should read it
- NETWORKDAYS function - The function returns the number of whole working days between 2 dates 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
- DATEDIF function - The function calculates the number of days, months, years between 2 dates in Excel
- DAYS function, how to use the function to calculate the number of days between two time points in Excel
- The WORKDAY function - The function returns a date before or after the start date of a number of working days in Excel
- How to calculate the number of days in Excel
- The WORKDAY.INTL function - The function returns a date before or after the date starting with a custom weekend in Excel
May be interested
- How to calculate the number of days between two time points extremely quickly using Excelcalculating the number of days between two dates in excel is not difficult. here is a super fast way to calculate the number of days between two dates in excel that you cannot ignore.
- STDEV.P function - The function returns the standard deviation based on the whole in Excelstdev.p: the function returns the standard deviation based on the whole population, ignoring logical values and text. standard deviation is a measure of the dispersion of values against the mean. support functions from excel 2010 onwards. syntax: stdev.p (number1, [number2] ,.
- COUPNUM function - The function returns the number of interest payments on a security in Excelin the process of investing in securities, paying special interest is very important. it helps you calculate and plan a reasonable calculation and investment. the following article details the coupnum function - the function returns the number of interest payments of securities in excel.
- 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.
- PERMUT function - The function returns the number of permutations of a given number of objects in Excelpermut function: the function returns the number of permutations of a given object. permutations are subsets of values where the position and number of elements in permutations are different. syntax: permut (number, number_chosen)
- STDEV.S function - The function returns the standard deviation based on a sample in Excelstdev.s function: the function returns the standard deviation based on a sample, ignoring logical values and text. standard deviation is a measure of the dispersion of values against the mean. support functions from excel 2010 onwards. syntax: stdev.s (number1, [number2], ...)
- The WORKDAY.INTL function - The function returns a date before or after the date starting with a custom weekend in Excelworkday.intl: the function returns a date before or after the start date of a specified number of working days with a custom weekend. the weekend parameter indicates which day and how many days. syntax: workday (start_date, days, [weekend], [holidays])
- RANK.AVG function - The function returns the rank of a number in a list of numbers in Excelrank.avg function: the function returns the rank of a number in a list of numbers whose size is in correlation with other values. if multiple values have the same rank -> the function returns the average rank. support functions from execl 2010 version and above
- WEIBULL function - The function returns the Weibull distribution in Excelthe function performs the calculation and returns the weibull distribution. based on this distribution to analyze reliability in theory such as calculating the average life of the device or used in the field of meteorology, hydrology and weather forecast.
- ISODD function - The function returns True if the value is an odd number in Excelisodd function: the function returns true if the value is odd. application of functions to check odd and even numbers. syntax: isodd (number)