I have ages in month.day format like this:
35,24
36,11
36,19
37,18
35,12
37,04
35,20
36,01
35,26
36,05
36,16
37,28
for example for the first entry, the age is 35 months and 24 days. How can I average them all to get a proper age average in the same format?
Thanks
Here is a rough approximation:
My formula in B14:
My formula in C14:
Upon doing the question on STDDEV I found I just need to change to average to get the answer for this:
It is an array formula so it needs to be confirmed with Ctrl-Shift-Enter. You can change the rounding on the days to what every you want by changing the last number in the formula.
If it can be reasonably assumed that a month is equal to 30 days then the following will return an average in the form of mm,dd.