I am attempting to calculate the average number of days that a record is late. there are 5 Status choices, so they would all need to be added and then averaged. So it might look like this.
Status
Days Lat
Status 1
5
Status 2
10
status 3
3
Status 4
20
Status 5
2
Total Days 40
Average 8 days
this is the formula I am working on. I can get the Sum of the days, but Im not seeing how to average them. Any thoughts?