| Original Message |
(Login burger2227) R Posted Dec 6, 2009 4:29 PM
OK, based on gross sales as the data, it calculates like this:
Take 10% of the gross sales as the commision. IE Divide by 10:
Commission = GrossSales / 10 ' or multiply by .1
CONST BaseSalary = 10000
IF GrossSales > 80000 THEN Bonus = 500 ELSE Bonus = 0
GrossWages = BaseSalary + Commission + Bonus
I don't think Mike is paying attention anymore anyhow and I'm tired of dancing around this.
|
|
|