Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Great thanks but des this take into account some months have less / more
days in them ? "David Biddulph" <groups [at] biddulph.org.uk wrote in message ... 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 |
#4
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Yes, an Excel date is counted in number of days. The only problem is with
dates before 1st March 1900. -- David Biddulph "Nigel O'" wrote in message . uk... Great thanks but des this take into account some months have less / more days in them ? "David Biddulph" <groups [at] biddulph.org.uk wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i convert a number of days to years, months & days? | Excel Discussion (Misc queries) | |||
Days per month for calculating storage days | Excel Worksheet Functions | |||
COUNT how many ROWS ago out of 10 days that the highest high in 10 days was made | Excel Worksheet Functions | |||
Convert days in decimal to days:hours:minutes | Excel Worksheet Functions | |||
Convert decimal days to Days,hours, minutes | Excel Worksheet Functions |