Difference between dates

  • Thread starter Thread starter Hassan
  • Start date Start date
H

Hassan

Hi All,

I need one help for date formula, I have employee sheet where the leave
sheet is, if the leave start from 1st of june and end 15th of June, so the
leaves are 15 days but when we apply formula e.g. B1-A1 then its return 14
not 15. what formula we can use to get accurate data?

Thanks
 
The formula is fine for finding the difference in days between the 1st and
the 15th, it is a difference of 15 days, just like 5-4=1, but 5 & 4 are
actually 2 numbers. Easiest way to find total number of days:
=EndDate-StartDate+1
 
Hi All,

I need one help for date formula, I have employee sheet where the leave
sheet is, if the leave start from 1st of june and end 15th of June, so the
leaves are 15 days but when we apply formula e.g. B1-A1 then its return 14
not 15. what formula we can use to get accurate data?

Thanks

=B1-A1+1
--ron
 

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

Similar Threads


Back
Top