Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If $C$2 = today()-90, what does this formula mean please?
DATEDIF(("2006/1/1"/91),($C$2/91),"D")*13+$A29) Thanks, J. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I think this part
DATEDIF(("2006/1/1"/91),($C$2/91),"D") is a method to calculate the number of quarters, by dividing each date by 91 (approximately 3 months), and then treating them as days. -- HTH Bob Phillips (replace xxxx in the email address with gmail if mailing direct) "jT" wrote in message ... If $C$2 = today()-90, what does this formula mean please? DATEDIF(("2006/1/1"/91),($C$2/91),"D")*13+$A29) Thanks, J. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
JT
Chip Pearson gives an excellant discussion of the datedif function. See: http://www.cpearson.com/excel/datedif.htm Basically it computed the differce between two dates in the mode given here days (d) was specified. The function appears to be calculating quarters of a year and then adjusting it by a factor of 13 and anding some constant. Maybe if you could explain a little of the spreadsheet it may help. -- Hope this helps Martin Fishlock "jT" wrote: If $C$2 = today()-90, what does this formula mean please? DATEDIF(("2006/1/1"/91),($C$2/91),"D")*13+$A29) Thanks, J. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need some comments on my Utility_Move class module. | Excel Worksheet Functions | |||
Help me find function Datedif | Excel Worksheet Functions | |||
Datedif function | Excel Discussion (Misc queries) | |||
Automatically up date time in a cell | Excel Discussion (Misc queries) | |||
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. | Excel Worksheet Functions |