Calculating average number of users per month

I have calculated my months using the following formula
(DATE_DIFF(MAX(Date),MIN(Date)) +1)/30 
and now I want to calculate average users per month by the following formula but I always get an incorrect answer
Total users/Number of Months

rimshasajid30_0-1724241275845.png

 

0 5 755