If function nested maybe XL97

Tigercub

New Member
Joined
Dec 6, 2011
Messages
3
I need to have a function that works out retention from each progress claim when the retention is deducted at rate of 10% of contract value until 5% of the contract value is reached with the relevant progress claim showing any balance retention figure up to the Max claimable 5%. The formula I have been trying to sort out is listed where

F29 - the total of all progress claim invoiced at that time
G9 - 10%
L10 - total contract value to work out max 5%
G8 - 5%
F14 - current progress claim amount to have the formula work on

=IF($F$29*$G$9<=$L$10*$G$8,F14*$G$9,IF($F$29*$G$9>$L$10*$G$8,F14*$G$8))

Any help is greatly appreciated.:eek:
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
I need to have a function that works out retention from each progress claim when the retention is deducted at rate of 10% of contract value until 5% of the contract value is reached with the relevant progress claim showing any balance retention figure up to the Max claimable 5%. The formula I have been trying to sort out is listed where

F29 - the total of all progress claim invoiced at that time
G9 - 10%
L10 - total contract value to work out max 5%
G8 - 5%
F14 - current progress claim amount to have the formula work on

=IF($F$29*$G$9<=$L$10*$G$8,F14*$G$9,IF($F$29*$G$9>$L$10*$G$8,F14*$G$8))

Any help is greatly appreciated.:eek:

Why do you have the embedded IF? You can removing it leaving only the result if true. What is wrong with the results you generate, what does it give and what is the correct result?
 
Upvote 0
That formula,which is mostly worked out against multiple invoices, has to reduce the amount at the rate of 10% until 5% of the contract is reached. Currently the formula only works out the 10% but does not reduce the relevant invoice when the 5% amount is reached. It continues to work out the 10% reduction. That's the bit I cannot get to work.
 
Upvote 0

Forum statistics

Threads
1,215,008
Messages
6,122,672
Members
449,091
Latest member
peppernaut

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top