Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
RMPHELP
 
Posts: n/a
Default How do I increase numbers by 10%, 15% and 20%?

This is probably very simple, but I am trying to write a formula to increase
a number by 10%, 15% and 20%.

For example, increasing 50000 by 10% with a result of 55000, by 15% = 57500
and 20% = 60000.
  #2   Report Post  
Roger Govier
 
Posts: n/a
Default

With 10% in B1, 15% in C1 and 20% in D1
Enter your value 50,000 in A2
In cell B2 =$A2*(1+B$1)
copy across through C2:D2
copy B2:D2 down as far as you wish
Now any values entered in column A will show the corresponding uplifts under
the various % headings


--
Regards
Roger Govier
"RMPHELP" wrote in message
...
This is probably very simple, but I am trying to write a formula to
increase
a number by 10%, 15% and 20%.

For example, increasing 50000 by 10% with a result of 55000, by 15% =
57500
and 20% = 60000.



  #3   Report Post  
RagDyer
 
Posts: n/a
Default

=A1*1.1
=A1*1.15
=A1*1.2

Is this what you're looking for?
--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"RMPHELP" wrote in message
...
This is probably very simple, but I am trying to write a formula to

increase
a number by 10%, 15% and 20%.

For example, increasing 50000 by 10% with a result of 55000, by 15% =

57500
and 20% = 60000.


  #4   Report Post  
Steve Yandl
 
Posts: n/a
Default

It's just a simple multiplication. If the start value is in A1
=A1*1.1 is a 10% increase,
=A1*1.15 is a 15% increase.
=A1*1.20 is a 20% increase etc.

Steve


"RMPHELP" wrote in message
...
This is probably very simple, but I am trying to write a formula to
increase
a number by 10%, 15% and 20%.

For example, increasing 50000 by 10% with a result of 55000, by 15% =
57500
and 20% = 60000.



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How do I increase numbers by 10%, 15% and 20%?

THANKS!!!!!!!!!!!! XD

"Roger Govier" wrote:

With 10% in B1, 15% in C1 and 20% in D1
Enter your value 50,000 in A2
In cell B2 =$A2*(1+B$1)
copy across through C2:D2
copy B2:D2 down as far as you wish
Now any values entered in column A will show the corresponding uplifts under
the various % headings


--
Regards
Roger Govier
"RMPHELP" wrote in message
...
This is probably very simple, but I am trying to write a formula to
increase
a number by 10%, 15% and 20%.

For example, increasing 50000 by 10% with a result of 55000, by 15% =
57500
and 20% = 60000.






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How do I increase numbers by 10%, 15% and 20%?

How about an entire row and hide the formula???

"Steve Yandl" wrote:

It's just a simple multiplication. If the start value is in A1
=A1*1.1 is a 10% increase,
=A1*1.15 is a 15% increase.
=A1*1.20 is a 20% increase etc.

Steve


"RMPHELP" wrote in message
...
This is probably very simple, but I am trying to write a formula to
increase
a number by 10%, 15% and 20%.

For example, increasing 50000 by 10% with a result of 55000, by 15% =
57500
and 20% = 60000.




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



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