A user publishes between 2 and 10 new data entry per day. I’m looking to calculate the average data entries per day a user publishes and display this average in a text field.
My hypothesis is to do:
(Sum of data entries) / ((days from the first data entry) - (today’s day))