Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just wondering how I can quantify dates? I have two ranges of dates,
and need to calculate the difference between the dates. (ie: Jan1,05 to Jan1,06 = 365 days) Thanks, C. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Cjwenngatz,
Just put values in two cells and minus them from each other. A1= Jan 1, 2005 B1= Jan 1, 2006 C1=B1-A1 Then format the cell as a number, and you will get the difference. HTH Cal " wrote: Just wondering how I can quantify dates? I have two ranges of dates, and need to calculate the difference between the dates. (ie: Jan1,05 to Jan1,06 = 365 days) Thanks, C. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Subtract the two dates.
=A1-B1 or do the dates have to be in the formula? wrote: Just wondering how I can quantify dates? I have two ranges of dates, and need to calculate the difference between the dates. (ie: Jan1,05 to Jan1,06 = 365 days) Thanks, C. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Should you want to get a bit fancier in the difference between your two dates
give this a look see (undocumented in XL and kinda nifty). http://www.cpearson.com/excel/datedif.htm -- HTH... Jim Thomlinson " wrote: Just wondering how I can quantify dates? I have two ranges of dates, and need to calculate the difference between the dates. (ie: Jan1,05 to Jan1,06 = 365 days) Thanks, C. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linking computer dates (time) to spreadsheet dates that have formu | Excel Worksheet Functions | |||
compare 2 tables of dates to find the preceding dates | Excel Worksheet Functions | |||
Toggle a range of Julian dates to Gregorian Dates and Back | Excel Programming | |||
need to convert list of dates to count no. of dates by week | Excel Worksheet Functions | |||
Charting data against dates where dates are not at fixed intervals | Charts and Charting in Excel |