#1   Report Post  
Posted to microsoft.public.excel.misc
DEE DEE is offline
external usenet poster
 
Posts: 250
Default percentages

Hi people,
I'm new to this excel stuff. I am trying to make a 12-month budget plan, and
one of the tasks was to increase an expense by 5%. So like for january I
start with $50 and then I have to increase the next month by 5%. Is there a
formula for this? I need help!! ASAP!!!
Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 905
Default percentages

"Dee" wrote:
So like for january I start with $50 and then I
have to increase the next month by 5%. Is there
a formula for this?


Yes. If the Jan amount is in A1, and Feb should be 5% more, computed in A2,
the formula would be:

=ROUND(A1*(1+5%),2)

If you copy that formula down the column, each month will be 5% greater than
the previous month.

But that is not usually what is meant by "make a 12-month budget plan, and
one of the tasks was to increase an expense by 5%". Expenses do not usually
grow one month to the next by a percentage.

More typically, you start with the previous 12 months of expenses in, say,
A1:A12, and in B1:B12, you want to compute the next 12 months of expenses,
which are estimated to be 5% more than the corresponding month in the
previous year. Thus, in B1 you would write:

=ROUND(A1*(1+5%),2)

and copy down through B12. The formula looks the same; but the behavior is
very different.


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

"Dee" wrote:
Hi people,
I'm new to this excel stuff. I am trying to make a 12-month budget plan, and
one of the tasks was to increase an expense by 5%. So like for january I
start with $50 and then I have to increase the next month by 5%. Is there a
formula for this? I need help!! ASAP!!!
Thanks.

  #3   Report Post  
Posted to microsoft.public.excel.misc
DEE DEE is offline
external usenet poster
 
Posts: 250
Default percentages

Thank you so much.
But sorry it sort of didn't make sense. If I'm starting the month of January
in B18 and February is in C18 then the formula would be =ROUND(B18*(1+5%),2)?
is that correct?

"Joe User" wrote:

"Dee" wrote:
So like for january I start with $50 and then I
have to increase the next month by 5%. Is there
a formula for this?


Yes. If the Jan amount is in A1, and Feb should be 5% more, computed in A2,
the formula would be:

=ROUND(A1*(1+5%),2)

If you copy that formula down the column, each month will be 5% greater than
the previous month.

But that is not usually what is meant by "make a 12-month budget plan, and
one of the tasks was to increase an expense by 5%". Expenses do not usually
grow one month to the next by a percentage.

More typically, you start with the previous 12 months of expenses in, say,
A1:A12, and in B1:B12, you want to compute the next 12 months of expenses,
which are estimated to be 5% more than the corresponding month in the
previous year. Thus, in B1 you would write:

=ROUND(A1*(1+5%),2)

and copy down through B12. The formula looks the same; but the behavior is
very different.


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

"Dee" wrote:
Hi people,
I'm new to this excel stuff. I am trying to make a 12-month budget plan, and
one of the tasks was to increase an expense by 5%. So like for january I
start with $50 and then I have to increase the next month by 5%. Is there a
formula for this? I need help!! ASAP!!!
Thanks.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 905
Default percentages

"Dee" wrote:
If I'm starting the month of January in B18
and February is in C18 then the formula
would be =ROUND(B18*(1+5%),2)?
is that correct?


Yes. With the caveat that if you put that into C18 and copy across through
M18 (for 12 months), you will be increasing expenses by 5% each month.

That makes little sense to me with respect to a budget, at least a personal
budget. But if this is part of a business plan, I guess one might assume,
under some circumstances, that expenses increase as sales increases, and you
might be anticpating a sales increase of 5% per month.

Anyway, that goes beyond the Excel question.


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

"Dee" wrote:
Thank you so much.
But sorry it sort of didn't make sense. If I'm starting the month of January
in B18 and February is in C18 then the formula would be =ROUND(B18*(1+5%),2)?
is that correct?

"Joe User" wrote:

"Dee" wrote:
So like for january I start with $50 and then I
have to increase the next month by 5%. Is there
a formula for this?


Yes. If the Jan amount is in A1, and Feb should be 5% more, computed in A2,
the formula would be:

=ROUND(A1*(1+5%),2)

If you copy that formula down the column, each month will be 5% greater than
the previous month.

But that is not usually what is meant by "make a 12-month budget plan, and
one of the tasks was to increase an expense by 5%". Expenses do not usually
grow one month to the next by a percentage.

More typically, you start with the previous 12 months of expenses in, say,
A1:A12, and in B1:B12, you want to compute the next 12 months of expenses,
which are estimated to be 5% more than the corresponding month in the
previous year. Thus, in B1 you would write:

=ROUND(A1*(1+5%),2)

and copy down through B12. The formula looks the same; but the behavior is
very different.


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

"Dee" wrote:
Hi people,
I'm new to this excel stuff. I am trying to make a 12-month budget plan, and
one of the tasks was to increase an expense by 5%. So like for january I
start with $50 and then I have to increase the next month by 5%. Is there a
formula for this? I need help!! ASAP!!!
Thanks.

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
percentages adstarc New Users to Excel 8 October 15th 07 03:07 PM
Percentages steve Excel Worksheet Functions 2 September 14th 07 05:10 PM
PERCENTAGES chedd via OfficeKB.com Excel Worksheet Functions 4 June 12th 06 08:17 AM
Percentages foolsgold1970 Excel Discussion (Misc queries) 3 November 4th 05 04:15 PM
Percentages quiddity Excel Discussion (Misc queries) 1 September 13th 05 05:03 PM


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

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

About Us

"It's about Microsoft Excel"