Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default Auto Calculate Monthly Time Pace

I need to show how far into a month we are at any given time in % form. I
want this to change every day automatically. Example:

Today is day 27 of 31 days in January - 87%

if today was 2/17/10 it would need to show 17/28 or 61%, 12/20/10 would be
20/31 or 65%, and so on for each day throughout 2010 (12/20/10 would be 65%)

Is there a formula or function to do this?

Thanks!
Heather
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 905
Default Auto Calculate Monthly Time Pace

"HeatherJ" wrote:
I need to show how far into a month we are at any given time in % form.

[....]
Today is day 27 of 31 days in January - 87%


One way:

=day(today()) / day(eomonth(today(),0))

formatted as Percentage. If you get a #NAME error, see the Help page for
EOMONTH.


----- original message -----

"HeatherJ" wrote:
I need to show how far into a month we are at any given time in % form. I
want this to change every day automatically. Example:

Today is day 27 of 31 days in January - 87%

if today was 2/17/10 it would need to show 17/28 or 61%, 12/20/10 would be
20/31 or 65%, and so on for each day throughout 2010 (12/20/10 would be 65%)

Is there a formula or function to do this?

Thanks!
Heather

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default Auto Calculate Monthly Time Pace

Hi,
try

=DAY(TODAY())/DAY(EOMONTH(TODAY(),1))

format cell as percentage

"HeatherJ" wrote:

I need to show how far into a month we are at any given time in % form. I
want this to change every day automatically. Example:

Today is day 27 of 31 days in January - 87%

if today was 2/17/10 it would need to show 17/28 or 61%, 12/20/10 would be
20/31 or 65%, and so on for each day throughout 2010 (12/20/10 would be 65%)

Is there a formula or function to do this?

Thanks!
Heather

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 Monthly Inventory Usage Brian Excel Worksheet Functions 5 April 9th 09 04:08 PM
Calculate monthly contributions Chris T.[_2_] Excel Worksheet Functions 1 June 12th 07 08:49 AM
How could I calculate the monthly payment of GPM. PP Excel Discussion (Misc queries) 0 August 15th 06 03:39 AM
How to calculate IRR from a monthly income stream rflegeis Excel Discussion (Misc queries) 2 February 10th 06 09:07 PM
How do I calculate running pace? Forrest Excel Worksheet Functions 1 June 7th 05 09:11 PM


All times are GMT +1. The time now is 05:33 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"