#1   Report Post  
Brian
 
Posts: n/a
Default Age Avg

I need to have the avg age of a columum. I currently using this formula to
calc the age =DATEDIF(C96,NOW(),"y") & "y, " & DATEDIF(C96,NOW(),"ym") & "m,
" & DATEDIF(C96,NOW(),"md") & "d"

I need the avg to output in this way of the formula above


  #2   Report Post  
mangesh_yadav
 
Posts: n/a
Default


Find the average of the column C, and then use the formula:

=DATEDIF(AVERAGE(C1:C96),NOW(),"y") & "y, " &
DATEDIF(AVERAGE(C1:C96),NOW(),"ym") & "m, " &
DATEDIF(AVERAGE(C1:C96),NOW(),"md") & "d"

Mangesh


--
mangesh_yadav
------------------------------------------------------------------------
mangesh_yadav's Profile: http://www.excelforum.com/member.php...o&userid=10470
View this thread: http://www.excelforum.com/showthread...hreadid=392789

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



All times are GMT +1. The time now is 02:22 PM.

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"