Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default Average formula for dates range - Excell 2007

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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Average formula for dates range - Excell 2007

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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Average formula for dates range - Excell 2007

Here are dates in cols A & B and date aging in column C:

4/7/2009 3/24/2009 14
4/7/2009 4/6/2009 1
4/7/2009 3/19/2009 19
4/7/2009 3/25/2009 13
4/7/2009 4/3/2009 4
4/7/2009 4/2/2009 5
4/7/2009 3/27/2009 11
4/7/2009 3/31/2009 7
4/7/2009 3/24/2009 14
4/7/2009 4/6/2009 1

Then in another cell:

=AVERAGE(C1:C10) will display 9
--
Gary''s Student - gsnu200843


"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

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default Average formula for dates range - Excell 2007

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

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Average formula for dates range - Excell 2007

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I Count number of records beteen two dates- Excell 2007 DK Excel Worksheet Functions 2 July 16th 08 06:53 PM
Help with Formula in excell 2007 Bspadt New Users to Excel 2 April 26th 07 03:06 PM
formula in excell 2007 jorgecarrejo Excel Worksheet Functions 3 April 21st 07 07:16 AM
Need to average a range AND calc a formula at once... S Davis Excel Worksheet Functions 1 June 23rd 06 11:16 PM
How do I get Excell to sort dates that range from 1800 to 1900's Smith295 New Users to Excel 1 February 22nd 05 06:20 PM


All times are GMT +1. The time now is 03:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"