A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How do I calculate the percentage of email i receive over time



 
 
Thread Tools Display Modes
  #1  
Old April 17th, 2010, 08:07 PM posted to microsoft.public.excel.misc
Pearl[_2_]
external usenet poster
 
Posts: 1
Default 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
  #2  
Old April 17th, 2010, 09:13 PM posted to microsoft.public.excel.misc
JLatham
external usenet poster
 
Posts: 1,896
Default 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

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:47 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.