Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
With your dates in C3:D20 use this array formula (commit with CTRL+SHIFT+ENTER)
for the average: =SUM(C3:C20-D3:D20)/SUM(--(C3:C20-D3:D20<0)) Radrays wrote: Below is the formula for the aging =IF(DATEDIF(C3,D3,"y")=0,"",DATEDIF(C3,D3,"y")&" year(s),")&IF(DATEDIF(C3,D3,"ym")=0,"",DATEDIF(C3, D3,"ym")&" month(s),")&DATEDIF(C3,D3,"md")&" day(s)" How can I convert in a seperate column to days only - then I could use that column for the average...correct? Thank you for your help, Radrays "Mike H" wrote: Hi, The question is clear but if you have a column of ages and you want the average age then =average(a1:a100) change range to suit Mike "Radrays" wrote: I am currently using a formula to calculate aging between dates. How can I take that calculated column of information and find an average for aging? Thank you in advance. Radrays |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I Count number of records beteen two dates- Excell 2007 | Excel Worksheet Functions | |||
Help with Formula in excell 2007 | New Users to Excel | |||
formula in excell 2007 | Excel Worksheet Functions | |||
Need to average a range AND calc a formula at once... | Excel Worksheet Functions | |||
How do I get Excell to sort dates that range from 1800 to 1900's | New Users to Excel |