Counting Days including Start and End Date

mssktty

New Member
Joined
Jun 30, 2009
Messages
2
Hello,

What function can I use to count days from a start date to an end date with the count including the start and end dates. For example, 04/01/09 - 06/30/09 is 92 days. The DATEDIF function only counts the days between or 90 days. I would like a function to return the value of 92 days.

Thanks!

Colleen
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
DateDif is still the function to use, since you know you want an "adjusted" answer, just adjust it.

=DATEDIF(E1,F1,"d")+2

...or even:

=F1-E1+2
 
Upvote 0
Surely the result is 91 even counting start and end dates, April and June have 30 days each, May has 31, so it would only require +1........
 
Upvote 0

Forum statistics

Threads
1,222,630
Messages
6,167,191
Members
452,104
Latest member
jadethejade

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top