how do i calculate the number of days between two dates?

  • Thread starter Thread starter stumped-in-excel
  • Start date Start date
S

stumped-in-excel

If I have a start and stop date (inclusive) - how can I write a formula to
determine the total number of days?
Assuming A1 is start date, B1 is end date and C1=total days (inclusive).

This would be a big help!
 
Use

=B1-A1+1

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2009
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)
 
Back
Top