Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculate Percentage of time FrankTimJr Excel Discussion (Misc queries) 4 April 4th 23 10:28 AM
When I add time - Example 10 days of 8 hours each I receive 81.46 Kathy Excel Worksheet Functions 3 August 12th 06 05:43 PM
excel close everytime I receive an email with lotus notes 6.5.5 sigh Excel Discussion (Misc queries) 0 May 31st 06 06:53 AM
Calculate percentage of time period Ricardo Monteiro :^) Excel Worksheet Functions 4 January 6th 06 02:46 PM
calculate percentage JP Excel Worksheet Functions 6 March 2nd 05 02:34 PM


All times are GMT +1. The time now is 05:39 PM.

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

About Us

"It's about Microsoft Excel"