#1   Report Post  
 
Posts: n/a
Default Negative Values Only

I'm trying to use a formula to calculate a fee however the fee is only
calculated for negative values.
Ex. I have a range of Cash Flows F22-F42. The first Cash Flow is
negative which I would charge .75%. So if I have a negative $100,000,
the Fee would be $750. This fee will be charged for every period from
here on. Lets say during the second period the is a positive Cash Flow,
then the fee would remain $750. However, if during the third period the
Cash Flow was a negative $25,000, the fee would increase to $1000,
based on accumulation of the negative cash flows ($75,000 +
$25,000)*.0075= $1000. If the remaining Cash Flows were to be positive,
then the fee would remain the same $1000 for the remaining period.
Basically I just need to use the negative Cash Flows during the
periods. Would I use the "IF" statement and if so, how?
Thank you in advnace.
Cal

  #2   Report Post  
Jim Rech
 
Posts: n/a
Default

I think you need this formula in cell G23 and copied downward:

=MIN(F23,0)*0.0075+G22

For G22 copy this up from G23 and edit out the last addition.

--
Jim
wrote in message
oups.com...
| I'm trying to use a formula to calculate a fee however the fee is only
| calculated for negative values.
| Ex. I have a range of Cash Flows F22-F42. The first Cash Flow is
| negative which I would charge .75%. So if I have a negative $100,000,
| the Fee would be $750. This fee will be charged for every period from
| here on. Lets say during the second period the is a positive Cash Flow,
| then the fee would remain $750. However, if during the third period the
| Cash Flow was a negative $25,000, the fee would increase to $1000,
| based on accumulation of the negative cash flows ($75,000 +
| $25,000)*.0075= $1000. If the remaining Cash Flows were to be positive,
| then the fee would remain the same $1000 for the remaining period.
| Basically I just need to use the negative Cash Flows during the
| periods. Would I use the "IF" statement and if so, how?
| Thank you in advnace.
| Cal
|


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
Negative Time Values B. Baumgartner Excel Discussion (Misc queries) 1 July 1st 05 10:16 AM
Getting Count field to recognise rows with negative values in Exc. hamish Excel Worksheet Functions 2 June 20th 05 05:06 AM
Bar charts with negative values and label position Pearl Quan Charts and Charting in Excel 3 April 25th 05 10:51 PM
switching values from positive to negative lob Excel Worksheet Functions 5 February 18th 05 11:11 PM
display negative values as a blank cell in Excel Pheroze Bharucha Excel Discussion (Misc queries) 0 January 4th 05 10:51 PM


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