Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 226
Default Reversing a percentage increase

I was calculating the total price of a home I could afford based on a
mortgage payment and then I got curious what the value would be if I added a
6% down payment into the mix so that it would return me to my original price.

For example:
If the value is $250,000 and I increase it by 6% the value goes up to
$265,000. But if I subtract 6% from $265,000 I end up with $249,100. How can
I properly calculate the increase so that it will return me to my original
amount of $250,000?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 56
Default Reversing a percentage increase

Hi Roger,
If your 265,000 is in cell C1 and your 6 is in cell B1 the the original value
is returned by C1/(1+B1%)

HTH
Graham

Roger wrote:
I was calculating the total price of a home I could afford based on a
mortgage payment and then I got curious what the value would be if I added a
6% down payment into the mix so that it would return me to my original price.

For example:
If the value is $250,000 and I increase it by 6% the value goes up to
$265,000. But if I subtract 6% from $265,000 I end up with $249,100. How can
I properly calculate the increase so that it will return me to my original
amount of $250,000?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default Reversing a percentage increase

Graham has told you HOW.
Here is the WHY.
You increased 250k by 6% to get 265k
To revert, you must decrease 265k by the SAME amount, that is by 6% of 250k
(not 6% of 265k)
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"Roger" wrote in message
...
I was calculating the total price of a home I could afford based on a
mortgage payment and then I got curious what the value would be if I added
a
6% down payment into the mix so that it would return me to my original
price.

For example:
If the value is $250,000 and I increase it by 6% the value goes up to
$265,000. But if I subtract 6% from $265,000 I end up with $249,100. How
can
I properly calculate the increase so that it will return me to my original
amount of $250,000?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 226
Default Reversing a percentage increase

Thank you. What you and Graham wrote works and makes sense, but I'm actually
trying to get the inverse result. So let me pose the question a different
way. How can I increase $250,000 so that the result is $265,957.50 which
would allow me to subtract 6% and return to $250,000. (Or something that is
fairly close even if it's not accurate to the decimal.) Or stated
differently, how could I determine that I actually wanted to add 6.383%
percent to $250,000 to get the answer I was looking for.

I figured it out by trial and error, and not so much with an equation that
would allow me to plug in ANY percentage to get similar results.

"Bernard Liengme" wrote:

Graham has told you HOW.
Here is the WHY.
You increased 250k by 6% to get 265k
To revert, you must decrease 265k by the SAME amount, that is by 6% of 250k
(not 6% of 265k)
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"Roger" wrote in message
...
I was calculating the total price of a home I could afford based on a
mortgage payment and then I got curious what the value would be if I added
a
6% down payment into the mix so that it would return me to my original
price.

For example:
If the value is $250,000 and I increase it by 6% the value goes up to
$265,000. But if I subtract 6% from $265,000 I end up with $249,100. How
can
I properly calculate the increase so that it will return me to my original
amount of $250,000?




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Reversing a percentage increase

Well, seeing that the way you want to get from 265,957.50 or therabouts to
250,000 is to multiply by (1-6%), did you think that the way to get from
250,000 to 265,957.50 or thereabouts is to *divide* by (1-6%) ?
--
David Biddulph

"Roger" wrote in message
...
Thank you. What you and Graham wrote works and makes sense, but I'm
actually
trying to get the inverse result. So let me pose the question a different
way. How can I increase $250,000 so that the result is $265,957.50 which
would allow me to subtract 6% and return to $250,000. (Or something that
is
fairly close even if it's not accurate to the decimal.) Or stated
differently, how could I determine that I actually wanted to add 6.383%
percent to $250,000 to get the answer I was looking for.

I figured it out by trial and error, and not so much with an equation that
would allow me to plug in ANY percentage to get similar results.

"Bernard Liengme" wrote:

Graham has told you HOW.
Here is the WHY.
You increased 250k by 6% to get 265k
To revert, you must decrease 265k by the SAME amount, that is by 6% of
250k
(not 6% of 265k)
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"Roger" wrote in message
...
I was calculating the total price of a home I could afford based on a
mortgage payment and then I got curious what the value would be if I
added
a
6% down payment into the mix so that it would return me to my original
price.

For example:
If the value is $250,000 and I increase it by 6% the value goes up to
$265,000. But if I subtract 6% from $265,000 I end up with $249,100.
How
can
I properly calculate the increase so that it will return me to my
original
amount of $250,000?








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 226
Default Reversing a percentage increase

Yeah. That works.

"David Biddulph" wrote:

Well, seeing that the way you want to get from 265,957.50 or therabouts to
250,000 is to multiply by (1-6%), did you think that the way to get from
250,000 to 265,957.50 or thereabouts is to *divide* by (1-6%) ?
--
David Biddulph

"Roger" wrote in message
...
Thank you. What you and Graham wrote works and makes sense, but I'm
actually
trying to get the inverse result. So let me pose the question a different
way. How can I increase $250,000 so that the result is $265,957.50 which
would allow me to subtract 6% and return to $250,000. (Or something that
is
fairly close even if it's not accurate to the decimal.) Or stated
differently, how could I determine that I actually wanted to add 6.383%
percent to $250,000 to get the answer I was looking for.

I figured it out by trial and error, and not so much with an equation that
would allow me to plug in ANY percentage to get similar results.

"Bernard Liengme" wrote:

Graham has told you HOW.
Here is the WHY.
You increased 250k by 6% to get 265k
To revert, you must decrease 265k by the SAME amount, that is by 6% of
250k
(not 6% of 265k)
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"Roger" wrote in message
...
I was calculating the total price of a home I could afford based on a
mortgage payment and then I got curious what the value would be if I
added
a
6% down payment into the mix so that it would return me to my original
price.

For example:
If the value is $250,000 and I increase it by 6% the value goes up to
$265,000. But if I subtract 6% from $265,000 I end up with $249,100.
How
can
I properly calculate the increase so that it will return me to my
original
amount of $250,000?






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
Percentage increase Lynne Mawson New Users to Excel 2 March 29th 07 02:02 PM
percentage increase Dave F Excel Discussion (Misc queries) 0 January 19th 07 08:22 PM
increase the value of a cell by a percentage ba Excel Discussion (Misc queries) 2 January 5th 06 10:29 PM
percentage increase bigjeffscv Excel Worksheet Functions 1 September 26th 05 11:50 PM
Percentage increase Unionjack jackson Excel Worksheet Functions 2 February 14th 05 02:42 PM


All times are GMT +1. The time now is 02:04 AM.

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"