Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am trying to determine if it is possible to write a calculation in Excel
that will tell me how many days have elapsed from 5/17/1995 to 3/15/2005. |
#2
![]() |
|||
|
|||
![]()
http://www.rondebruin.nl/
Go to the url and get Ron's search addin then search for datedif and datediff -- Don Guillett SalesAid Software "Dubleaa" wrote in message ... I am trying to determine if it is possible to write a calculation in Excel that will tell me how many days have elapsed from 5/17/1995 to 3/15/2005. |
#3
![]() |
|||
|
|||
![]()
"Dubleaa" wrote in message
... I am trying to determine if it is possible to write a calculation in Excel that will tell me how many days have elapsed from 5/17/1995 to 3/15/2005. =VALUE("15/3/05")-VALUE("17/5/95") = 3590 days OR =TODAY()-Value("17/5/95") = 3592 days at the time of posting. The second if you always want it to 'today'. HTH, Alan. |
#4
![]() |
|||
|
|||
![]()
You just subtract them. Eg,
=b1-a1 Format the result as a number. -- Regards, Fred Please reply to newsgroup, not e-mail "Dubleaa" wrote in message ... I am trying to determine if it is possible to write a calculation in Excel that will tell me how many days have elapsed from 5/17/1995 to 3/15/2005. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to calculate # of days between dates, excluding holidays | Excel Discussion (Misc queries) | |||
how do I calculate the days between dates? | Excel Discussion (Misc queries) | |||
Using a col of Dates by day I want to determine a wk ending date. | Excel Worksheet Functions | |||
Range of dates determine days | Excel Worksheet Functions | |||
Subracting Dates to come up with the # of days between them | Excel Worksheet Functions |