Calculating number of days including the start and end 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.
 
P

Pecoflyer

Terri;250829 said:
I need to calculate the number of days between two dates including th
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.

Try =EndDate-StartDate+

--
Pecoflye

Cheers -
*'Membership is free' (http://www.thecodecage.com)* & allows fil
upload ->faster and better answers

*Adding your XL version* to your post helps finding solution faste
 
D

David Biddulph

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top