reeljustice
Technical User
Not sure this is in the correct forum, but here goes.
Here is my quandry.
I need calculations performed for different states. Each state has a different computation to arrive at the $$ charged.
For example:
NC fee computation
We have a total dollar amount, say $800,000.00
The fee is computed on a sliding scale.
$0-100,000 is $2 per $1,000
PLUS
$100,001 - $500,000 is $1.50 per $1,000
PLUS
$500,001 - infinity is $1.00 per $1,000
In our example of $800,000.00 the first $100,000.00 is
=((100,000/1000)*2) = $200.00
then $100,001 - $500,000 is =((400,000/1000)*1.50) = $600.00
then $500,001 - $800,000 is =((300,000/1000)*1.00) = $300.00
So, our total fee is $200+$600+$300 = $1,100.00
What I would like to do is create a work sheet which contains the calculation formulaes for each state, so, I would initially need the formula for NC above, then on "display" worksheet, an = reference of something of the sort which references the state and the amount and makes the state formula work with the amount varible to give me an accurate fee.
Can someone help with the above?
Thanks,
Joel
Here is my quandry.
I need calculations performed for different states. Each state has a different computation to arrive at the $$ charged.
For example:
NC fee computation
We have a total dollar amount, say $800,000.00
The fee is computed on a sliding scale.
$0-100,000 is $2 per $1,000
PLUS
$100,001 - $500,000 is $1.50 per $1,000
PLUS
$500,001 - infinity is $1.00 per $1,000
In our example of $800,000.00 the first $100,000.00 is
=((100,000/1000)*2) = $200.00
then $100,001 - $500,000 is =((400,000/1000)*1.50) = $600.00
then $500,001 - $800,000 is =((300,000/1000)*1.00) = $300.00
So, our total fee is $200+$600+$300 = $1,100.00
What I would like to do is create a work sheet which contains the calculation formulaes for each state, so, I would initially need the formula for NC above, then on "display" worksheet, an = reference of something of the sort which references the state and the amount and makes the state formula work with the amount varible to give me an accurate fee.
Can someone help with the above?
Thanks,
Joel