Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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 |