Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to find a formula that will calculate the number of days between two
dates in two different cells in Excel. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
C1: =B1-A1
Where C1 is where you wan the difference to show, A1 is the earlier date, and B1 is the later date. If you don't know necessarily which one will be later, you could do the following: C1: =ABS(A1-B1) Ensure, in either case, cell C1 is formatted as General or a number. -- John C "Jenny G" wrote: I need to find a formula that will calculate the number of days between two dates in two different cells in Excel. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Just subtract them. You might need to add 1, depending on whether you
want the number of elapsed days or not. Hope this helps. Pete On Aug 1, 5:37*pm, Jenny G <Jenny wrote: I need to find a formula that will calculate the number of days between two dates in two different cells in Excel. * |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Fri, 1 Aug 2008 09:37:01 -0700, Jenny G <Jenny
wrote: I need to find a formula that will calculate the number of days between two dates in two different cells in Excel. If the two dates are in cells A1 and B1 then put the following formula in cell C1: =B1-A1 Format cell C1 as number. Hope this helps / Lars-Åke |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date formula to determine the number of days | Excel Worksheet Functions | |||
Formula to count number of sequential days in a row | Excel Worksheet Functions | |||
Formula to calculate number of days between Dates | Excel Worksheet Functions | |||
Formula to count number of days in range which are less than today | Excel Worksheet Functions | |||
What is the formula for adding a number of days to an existing dat | Excel Worksheet Functions |