M
martialtiger
Hey Everyone,
I've been beating my brains out with this one. I am creating a that
automatically calculates a certain percentage depending on the amount
from a particular cell.
Example
cell A1 contains the value to compare
if it is less than 25, you multiply A1 by 5%
if it is greater than 25 but less than 100, do the 1st step and then
multiply the remaining difference (A1-25) by 3% and add the total
if it is greater than 100, do the previous step plus 2% of the
remaining difference (A1-100) and add the total
Hope this makes sense.
I've been beating my brains out with this one. I am creating a that
automatically calculates a certain percentage depending on the amount
from a particular cell.
Example
cell A1 contains the value to compare
if it is less than 25, you multiply A1 by 5%
if it is greater than 25 but less than 100, do the 1st step and then
multiply the remaining difference (A1-25) by 3% and add the total
if it is greater than 100, do the previous step plus 2% of the
remaining difference (A1-100) and add the total
Hope this makes sense.
