View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.charting
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default how to add up days

Yes, you are right. It is easy.
=B1-A1
Format the answer as General or Number, not as date.

If by the number of days *between* you mean excluding both the input dates,
so 19/9/07 to 21/9/07 would give one day between, then use =B1-A1-1
--
David Biddulph

"Nigel O'" wrote in message
k...
Hi all wonder if you can help please.

I need a formula to add up the days between two dates,
for example.

20/04/2007 10/09/2007 then the 3rd cell works out the days between
the two dates.

May be easy but I dont know.

Thanks

Nigel