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?
 
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

create a formula 3
Using an IIF Statement to calculate discharge date 4
how do I create or add to a formula . . . 3
Results don't macth. 2
Counting dates within a range 1
Dates 2
dates 15
Calculating Midnight Stays 2

Back
Top