D
DEUS
I am developing a worksheet that has 3 items sold. Each column has
numerical input for an amount that was charged for that item. Th
object of the sheet is to calculate the commision due for the item
sold. The first column, in order to calculate the commision, you hav
to subtract 200, then get 15%, the next column is subtract 25 then 15%
the last column is subtract 100 then 15%. My goal is to have i
tabulate the total commision due, per sale, based on these thre
objects.
I've tried using nested if statements with and statements, however
get a too many arguments error. The problem is that I have to evaluat
each of the three products, take off the appropriate deduction, the
get 15%.
Any help would be appreciated
numerical input for an amount that was charged for that item. Th
object of the sheet is to calculate the commision due for the item
sold. The first column, in order to calculate the commision, you hav
to subtract 200, then get 15%, the next column is subtract 25 then 15%
the last column is subtract 100 then 15%. My goal is to have i
tabulate the total commision due, per sale, based on these thre
objects.
I've tried using nested if statements with and statements, however
get a too many arguments error. The problem is that I have to evaluat
each of the three products, take off the appropriate deduction, the
get 15%.
Any help would be appreciated