Thread: Age Avg
View Single Post
  #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