convert dates to number of days

G

Guest

Hi,

I am trying to work out a formula to covert rolling dates to number of days
into a seperate row in EXCEL to save me manually working out the number of
days between reults to make a comparison between two sets of data starting at
different points in the year but running for a similar number of days.

e.g.
Data Set 1
01/01/05=day 1
07/01/05=day7
01/02/05=day32
etc.

Data Set 2
17/04/05=day1
21/04/05=day4
27/04/05=day10
etc.

If anyone can help me on this one I would be most grateful

Thx

:)
 
R

Roger Govier

Hi

Simply subtract the cell with the earlier date, from the cell withe the
later date, but add 1 to make it inclusive of the start and end dates.

=B1-A1+1
Make sure you format the cell with the formula as General.
Format>Cells>Number>General

Regards

Roger Govier
 
L

Lenny

=DATEDIF(Start date, End Date, "D")

you would use "Y" for years and "M" for months

Lenny
 

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