PC Review


Reply
Thread Tools Rate Thread

Adding percentages

 
 
=?Utf-8?B?d2doZW5yeQ==?=
Guest
Posts: n/a
 
      6th Jul 2007
I have a number in a cell eg .834 and I wish to show a % increase in
subsequent cells 13% increase, 12% increase etc. How do I create a formula to
show these percebntage increases and show the total in a cell eg

..834 * 8% * 13% *2% = Total shows 1.037

I want to show the percentages in individual cells eg
A1 A2 A3 A4 A5
..834 8% 13% 2% =1.037 (Cells A2 - A4 formatted as
a %)

Thank you.
--
wghenry
 
Reply With Quote
 
 
 
 
=?Utf-8?B?TWF4?=
Guest
Posts: n/a
 
      6th Jul 2007
One guess, perhaps you mean

In E1:
=A1*(1+B1)*(1+C1)*(1+D1)

With A1 containing a keyed in: 0.834, E1 returns: 1.038
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"wghenry" wrote:
> I have a number in a cell eg .834 and I wish to show a % increase in
> subsequent cells 13% increase, 12% increase etc. How do I create a formula to
> show these percebntage increases and show the total in a cell eg
>
> .834 * 8% * 13% *2% = Total shows 1.037
>
> I want to show the percentages in individual cells eg
> A1 A2 A3 A4 A5
> .834 8% 13% 2% =1.037 (Cells A2 - A4 formatted as
> a %)
>
> Thank you.
> --
> wghenry

 
Reply With Quote
 
=?Utf-8?B?TWF4?=
Guest
Posts: n/a
 
      6th Jul 2007
Oops, sorry I read it horizontally earlier ..

> In E1:
> =A1*(1+B1)*(1+C1)*(1+D1)


should have read as:

In A5:
=A1*(1+A2)*(1+A3)*(1+A4)

Now we're vertically aligned <g>
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
 
Reply With Quote
 
vezerid
Guest
Posts: n/a
 
      6th Jul 2007
If Max has guessed your intentions correctly you can also use the
following *array* formula for less typing, if you have many
percentages:

=A1*PRODUCT(1+A2:A4)

As this is an array formula commit with Shift+Ctrl+Enter

HTH
Kostis Vezerides

On Jul 6, 12:02 pm, wghenry <wghe...@discussions.microsoft.com> wrote:
> I have a number in a cell eg .834 and I wish to show a % increase in
> subsequent cells 13% increase, 12% increase etc. How do I create a formula to
> show these percebntage increases and show the total in a cell eg
>
> .834 * 8% * 13% *2% = Total shows 1.037
>
> I want to show the percentages in individual cells eg
> A1 A2 A3 A4 A5
> .834 8% 13% 2% =1.037 (Cells A2 - A4 formatted as
> a %)
>
> Thank you.
> --
> wghenry



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
adding percentages to cells autiemomtoo Microsoft Excel Misc 5 14th Mar 2010 09:21 PM
Adding up percentages =?Utf-8?B?VGhlIEZvb2wgb24gdGhlIEhpbGw=?= Microsoft Excel Misc 5 5th Sep 2007 03:40 PM
Macro adding a range of percentages =?Utf-8?B?cmlja19tYw==?= Microsoft Excel Programming 1 17th Mar 2007 11:25 AM
Adding percentages >0 Caractus Microsoft Excel Misc 5 15th Nov 2006 01:54 PM
Adding Percentages Homer J Microsoft Excel Misc 0 11th Aug 2005 09:27 AM


Features
 

Advertising
 

Newsgroups
 


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