Calculating the number of days between two dates

Excel 365 2016 2010 2007 2003
A common type of date calculation determines the number of days between two dates.

For example, you may have a financial worksheet that calculates interest earned on a deposit account. If you sheet contains the open date and the close date for the account, you can calculate the number of days the account was open:

= C2 - B2

Number of days in Excel 2013

Excel will automatically format this formula cell as a date, rather than a numeric value. Therefore, your will need to change the number format so the result is displayed as a non-date. If cell B2 contains a more recent date than the date in cell C2, the result will be negative.

Sometimes, calculating the difference between two days is more difficult. For example, you start a trip on September 1 and end the trip on September 17. Subtracting September 1 from September 17 produces an answer of 16 days:

Number of days in Excel 2013

Actually, the trip lasted 17 days:

= C2 - B2 + 1

Number of days in Excel 2013

Please, disable AdBlock and reload the page to continue

Today, 30% of our visitors use Ad-Block to block ads.We understand your pain with ads, but without ads, we won't be able to provide you with free content soon. If you need our content for work or study, please support our efforts and disable AdBlock for our site. As you will see, we have a lot of helpful information to share.