formulae

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I require a formula that will count how many days between two dates.eg
23/05/02 and23/05/03. Using the rcommended formula days360(the two
dates here)gives the answer 1 as in one year.........help meeeee please!
 
I require a formula that will count how many days between two dates.eg
23/05/02 and23/05/03. Using the rcommended formula days360(the two
dates here)gives the answer 1 as in one year.........help meeeee please!

In Excel, dates are stored as serial numbers. So if you want the actual number
of days between two dates, merely subtract one from the other.

A1: 23 May 2002
A2: 23 May 2003

B1: =A2-A1 := 365 (format as General)

=DAYS360(A1,A2) would give a result of 360. This formula is used for certain
accounting system that assume 30 day months.


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

Back
Top