Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DZ DZ is offline
external usenet poster
 
Posts: 29
Default calculating % of a monthly budget on a daily basis

I have a monthly budget figure, and I'm trying to use a formula to show what
% of budget I'm at on a daily basis. For instance, my budget for the month is
that I'll make 800 items, and halfway through the month if my actuals show
I've made 400 items, I want the % of budget column to show 100%, not 50%.
How do I do this? Thanks in advance for your help.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 181
Default calculating % of a monthly budget on a daily basis

This may give you what you need. 8 columns A - H headings as follows

month today days in month month target daily
target
Month start date =TODAY() =B2-A2 800 =D2/30


target to date current workstate Progress percent
=E2*C2 400 =G2/F2%

It's not very sophisticated but will do the job. I'm assuming a 30 day
month but you can change that in the daily target calc. Post back if it
doesn't make sense.
--
Russell Dawson
Excel Student

Please hit "Yes" if this post was helpful.


"DZ" wrote:

I have a monthly budget figure, and I'm trying to use a formula to show what
% of budget I'm at on a daily basis. For instance, my budget for the month is
that I'll make 800 items, and halfway through the month if my actuals show
I've made 400 items, I want the % of budget column to show 100%, not 50%.
How do I do this? Thanks in advance for your help.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 181
Default calculating % of a monthly budget on a daily basis

http://wikisend.com/download/502524/DZ.xlsx

Try this

Russell Dawson
Excel Student

Please hit "Yes" if this post was helpful.


"Russell Dawson" wrote:

This may give you what you need. 8 columns A - H headings as follows

month today days in month month target daily
target
Month start date =TODAY() =B2-A2 800 =D2/30


target to date current workstate Progress percent
=E2*C2 400 =G2/F2%

It's not very sophisticated but will do the job. I'm assuming a 30 day
month but you can change that in the daily target calc. Post back if it
doesn't make sense.
--
Russell Dawson
Excel Student

Please hit "Yes" if this post was helpful.


"DZ" wrote:

I have a monthly budget figure, and I'm trying to use a formula to show what
% of budget I'm at on a daily basis. For instance, my budget for the month is
that I'll make 800 items, and halfway through the month if my actuals show
I've made 400 items, I want the % of budget column to show 100%, not 50%.
How do I do this? Thanks in advance for your help.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 23
Default calculating % of a monthly budget on a daily basis

DZ,

The answer depends on how you count the number of days in a month. Is this
based on actual days of the month or only workdays? Do you want to count
days based on a 365 day calendar or a 360 day year (30 days in each month)?

To get a simple estimate, you could multiply the current day of the month by
1/30 and mutiply that by your monthly goal. This gives you your Month to
Date (MTD) goal. Then Divide your current status by the MTD Goal.

If Today = 15 (ie. 3/15/10)
Goal = 800
Then =(15*(1/30)*800) = 400 (MTD Goal)
If current status = 500, then you are at 125% of goal MTD

Hope this helps.
rzink

"DZ" wrote:

I have a monthly budget figure, and I'm trying to use a formula to show what
% of budget I'm at on a daily basis. For instance, my budget for the month is
that I'll make 800 items, and halfway through the month if my actuals show
I've made 400 items, I want the % of budget column to show 100%, not 50%.
How do I do this? Thanks in advance for your help.

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
i need a formula that calculates current age on a daily basis? Marge Excel Discussion (Misc queries) 2 April 7th 09 09:59 AM
HOW DO I FREEZE DATA THAT CHANGES DAILY. dAILY/MONTHLY BUDGET mike64149 Excel Discussion (Misc queries) 4 September 22nd 08 08:11 PM
Total OVT on monthly basis Tia[_3_] Excel Worksheet Functions 0 May 28th 08 09:26 AM
Calculating monthly budget expenses Warrain Excel Worksheet Functions 5 February 15th 06 10:54 PM
Divide Monthly Sales Budget to Day Budget Benedikt Fridbjornsson Excel Worksheet Functions 2 January 10th 06 03:42 PM


All times are GMT +1. The time now is 06:14 AM.

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"