Date counting formula

D

Domenic

Hi,

try DATEDIF(start_date,end_date,"D")

For example,

=DATEDIF("6/10/2004","6/12/2004","D")

Hope this helps!
 
F

Frank Kabel

Hi
just subtract the date values (and maybe adjust accordingly to include
or exclude these dates).
e.g.
A1=06/01/2004
A2=06/03/2004

Now use the following formula in A3
=A2-A1
and format this cell as number.
This would return '2'. If you only want to count the numbers between
both dates use
=A2-A1-1
 

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

Top