Datedif short one day

stevembe

Well-known Member
Joined
Mar 14, 2011
Messages
501
This might be something obvious but it is confusing me. For the dates 19 Sep 16 to 30 Oct 16 the following formula calculates 41 days. However, manually counting this adds up to 42 days. 19 to 30 Sep is 12 days plus October 30 days = 42 days. Can anybody advise what I am missing?

Code:
=DATEDIF(C14,D14,"D")

Thanks in advance.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
It's not inclusive of both Start and End Dates.

Try just adding 1 to the result +1
 
Upvote 1
This is a very old question, but I have the same exact problem. I need the total number of days for my calculation. I'm not formally trained on excel. Can I do the +1 in the same cell? Right now I am using two cells/columns,one for datedif and one to add +1. What would the combined formula look like?
 
Upvote 0
You just add one to the formula, using the formula in post 1....
Excel Formula:
=DATEDIF(C14,D14,"D") + 1
 
Upvote 0
Thank you! Can't believe it was that simple. Thought I was going to have to use sum as well.
 
Upvote 0

Forum statistics

Threads
1,221,905
Messages
6,162,770
Members
451,786
Latest member
CALEB23

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