The DAYS function - The function returns the number of days between 2 dates in Excel
The following article introduces you to the DAYS function - one of the functions in the date and time group is very popular in Excel.
Description: The function returns the number of days between 2 dates, the support function is from Excel 2013 version onwards.
Syntax: DAYS (en d_date, start_date)
Inside:
- end_date: The start date to calculate the number of days, is a required parameter.
- start_date: End date to calculate the number of days, is a required parameter.
Attention:
- If both end_date and start_date are numeric -> the function uses EndDate – StartDate to calculate the number of days between two dates.
- If one of the arguments end_date and start_date is text, it takes the date value via the DATEVALUE (date_text) function.
- 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 the following dates according to the description table:
- In the cell to calculate enter the formula: = DAYS (F7, I7).
- Press Enter -> The total number of days between the 2 days above is:
- Similarly copying the formula for the remaining values results:
- In case of entering the wrong date value -> function returns the error value #VALUE!
Here the month / day / year format because the wrong month value is 15, the function returns the #VALUE! Error value .
Above are instructions and some specific examples when using the DAYS function in Excel.
Good luck!
You should read it
- 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
- DAYS360 function - The function finds the number of days between two dates based on a 360-day year 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.
- 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.
- 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.
- 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)
- 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
- 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)
- PERMUTATIONA function - The function returns the number of permutations (can be repeated) of a given object in Excelpermutationa function: the function returns the number of permutations (can be repeated) of a given object. support functions from excel 2013 onwards. syntax: permutationa (number, number_chosen)
- GAMMA function - The function returns the gamma function value in Excelgamma: the function returns the gamma function. support functions from excel 2013 onwards. syntax: gamma (number)
- POISSON.DIST function - The function returns the Poisson distribution in Excelpoisson.dist function: the function returns the poisson distribution, the application function to predict the number of events in a specific time. support functions from excel 2013 onwards. syntax: poisson.dist (x, mean, cumulative)