Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
ianonline
 
Posts: n/a
Default Percentage Increase/Decrease


Hello! I often appear better than most people at Excel but coming here
shows I'm not! I've been searching through pages and pages for a
formula to calucate percentages but can't find anything quite right.

Column D is an account balance with a new row for each day.
Column E is the percentage difference.

Is it possible to calculate this?

I tried *=1-(D5/D4)* which gave me the correct figure, except positive
when the difference was a reduction so should have been -XX%, not XX%.
However this figure thn gave the wrong figures when it was an
increase.

Any help you can give is hugely appreciated. I often need help lately
with odds bits and would be interested in any fee-based support
available.

Thank you for your help.

Ian


--
ianonline
------------------------------------------------------------------------
ianonline's Profile: http://www.excelforum.com/member.php...o&userid=34279
View this thread: http://www.excelforum.com/showthread...hreadid=555304

  #2   Report Post  
Posted to microsoft.public.excel.misc
Jim Cone
 
Posts: n/a
Default Percentage Increase/Decrease

Ian,

Try...
=(D5-D4)/D4
Then format column E with a percent number format,
such as... 0.0%

For info on fee based support...
http://www.realezsites.com/bus/primitivesoftware
--
Jim Cone
San Francisco, USA


"ianonline"

wrote in message
Hello! I often appear better than most people at Excel but coming here
shows I'm not! I've been searching through pages and pages for a
formula to calucate percentages but can't find anything quite right.

Column D is an account balance with a new row for each day.
Column E is the percentage difference.

Is it possible to calculate this?
I tried *=1-(D5/D4)* which gave me the correct figure, except positive
when the difference was a reduction so should have been -XX%, not XX%.
However this figure thn gave the wrong figures when it was an
increase.
Any help you can give is hugely appreciated. I often need help lately
with odds bits and would be interested in any fee-based support
available.
Thank you for your help.
Ian

  #3   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Percentage Increase/Decrease

ianonline wrote:
Column D is an account balance with a new row for each day.
Column E is the percentage difference.
[....]

I tried *=1-(D5/D4)* which gave me the correct figure, except positive
when the difference was a reduction so should have been -XX%, not XX%.
However this figure thn gave the wrong figures when it was an increase.


If you want to say "D5 is x% more (or less) than D4", the correct
formula is:

=d5/d4 - 1

Beware when D4 is zero. Mathematically, you cannot express a
percentage difference in that case. But people still like to see some
percentage difference. One approach (which not everyone likes) is:

=if(d4 = 0, 100%, d5/d4 - 1)

The choice of 100% is arbitrary. Other common choices are "" (blank
cell) or D5 (usually w-a-y too large, IMHO).

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
Calculating a percentage with the end percentage in mind Shadowshady Excel Discussion (Misc queries) 2 June 17th 06 09:41 AM
Try to find the difference by percentage between 2 cell totals chedd via OfficeKB.com New Users to Excel 1 June 8th 06 09:40 AM
Displaying percentage in ranges in pivot table pamarty Excel Worksheet Functions 3 May 10th 06 09:54 PM
Percentage Calculation clandis Excel Worksheet Functions 5 July 21st 05 07:38 PM
Formatting percentage signs in Excel Romany Excel Discussion (Misc queries) 3 June 1st 05 07:02 PM


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