Calculating number of days including the start and end date

  • Thread starter Thread starter Terri
  • Start date Start date
T

Terri

I need to calculate the number of days between two dates including the start
date and end date. (i.e., Start Date: April 3, End Date: April 5 - Answer
would be 3, but I only get 2)

Any info would be appreciated.

Many thanks.
 
As your existing formula is giving 2 and the answer you want is 3, your
solution is to add 1. Excel has an arithmetic operator + which does
addition for you, so what you need to do is to append +1 to the end of your
formula.
 
Back
Top