View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Calculating number of days including the start and end date

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.
--
David Biddulph

"Terri" wrote in message
...
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.