ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How do I calculate the percentage of email i receive over time (https://www.excelbanter.com/excel-discussion-misc-queries/261756-how-do-i-calculate-percentage-email-i-receive-over-time.html)

Pearl[_2_]

How do I calculate the percentage of email i receive over time
 
I would like to find a formula that calculates the amount of emails i
receive, daily, weekly, monthly, and yearly
--
pearl

JLatham

How do I calculate the percentage of email i receive over time
 
Assuming the total number of emails in A1 and the beginning date for the
period in B1:
=A1/(YEAR(NOW())-YEAR(B1)+1) gives average per year
=A1/INT(NOW() - B1) gives average per day
=A1/INT(NOW() - B1)*7 gives average per week
=A1/(((YEAR(NOW())-YEAR(B1))*12)+MONTH(NOW()))
will give you average per month




"Pearl" wrote:

I would like to find a formula that calculates the amount of emails i
receive, daily, weekly, monthly, and yearly
--
pearl



All times are GMT +1. The time now is 02:38 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com