How to calculate # of days

  • Thread starter Thread starter Jonathan
  • Start date Start date
J

Jonathan

If I have an admission date and a discharge date, how can I write a formula
to calculate the number of days between the two dates?
 
weird, i should have just tried discharge - admission date. works fine.
 
If I have an admission date and a discharge date, how can I write a formula
to calculate the number of days between the two dates?

With your two dates in cells A1 and B1 the following formula gives the
number of days:

=B1-A1

Hope this helps / Lars-Åke
 
Not weird at all.

Serial number of Discharge date is greater than serial number of Admission
date.

March 4, 2009 serial is 39876

February 4, 2009 serial is 39848


Gord Dibben MS Excel MVP
 

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