Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Need help to develop a % formula

Greetings,

I'm hoping someone may be able to help me.

I have developed a workbook to track my portfolio on a weekly basis. One
component of my portfolio is my "Line of Credit" which always contain
negative values.

For example, last week I had a -$5,000 balance and this week I have a
-$6,000 balance. The week over week change is -$1,000 or -20%.
Presently, my workbook correctly reflects the -$1,000 weekly change but
shows the percentage change as a positive (rather than a negative) 20% weekly
change. The formula for weekly % change that I am using is as follows:
=+(B421-B420)/B420 (where B421 is this week's negative balance of -$6,000
and B420 is last week's negative balance of -$5,000.)

Could you please tell me how to change the formula (or anything else) so
that my workbook will reflect the -20% weekly change?

By the way, the formula I am using to determine my $ weekly change is simply:
=+B421-B420

Thank you.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Need help to develop a % formula

Firstly you don't need a + at the beginning of your formulae.
=+(B421-B420)/B420 is the same as =(B421-B420)/B420
=+B421-B420 is the same as =B421-B420

If you want to change the sign of your answer, change =(B421-B420)/B420 to
=(B420-B421)/B420 or =(B421-B420)/-B420 or =-(B421-B420)/B420 or
=(B421-B420)/ABS(B420) or ...

Note that your current formula is correctly showing the change a percentage
of the original value.
-$1000 is indeed 20% of -$5000, not -20%, but if you want -20%, just change
the sign as shown above.
--
David Biddulph

cajun-bob wrote:
Greetings,

I'm hoping someone may be able to help me.

I have developed a workbook to track my portfolio on a weekly basis.
One component of my portfolio is my "Line of Credit" which always
contain negative values.

For example, last week I had a -$5,000 balance and this week I have a
-$6,000 balance. The week over week change is -$1,000 or -20%.
Presently, my workbook correctly reflects the -$1,000 weekly change
but shows the percentage change as a positive (rather than a
negative) 20% weekly change. The formula for weekly % change that I
am using is as follows: =+(B421-B420)/B420 (where B421 is this
week's negative balance of -$6,000 and B420 is last week's negative
balance of -$5,000.)

Could you please tell me how to change the formula (or anything else)
so that my workbook will reflect the -20% weekly change?

By the way, the formula I am using to determine my $ weekly change is
simply: =+B421-B420

Thank you.



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
Trying to develop equation bike-board-hike Excel Discussion (Misc queries) 5 July 8th 09 09:36 PM
Develop formula for cash flow sgl Excel Worksheet Functions 3 January 2nd 08 03:46 PM
how to develop a formula where assumed value in a cell is used to V. K abbey Excel Worksheet Functions 3 August 21st 07 07:05 PM
How do I develop a forum in Excel? cloud Excel Discussion (Misc queries) 0 March 10th 06 06:39 AM
I need to develop an EFAS table Leandra Setting up and Configuration of Excel 3 September 3rd 05 08:55 PM


All times are GMT +1. The time now is 06:30 AM.

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

About Us

"It's about Microsoft Excel"