C
CathyY
This spreadsheet lists the commissions from sales of homes. The broke
needs to pay royalties to the company up to a cap amount. I have name
a cell for gross commissions that will be the running total of th
spreadsheet. I have one column that each cell is trying to have th
logic look at that gross commission cell and if the value is < 150000
then it should take 2% of the commission value in the cell before i
and paste that value in the cell, otherwise if the value is > 15000
then the value in that cell should be 0. I can't seem to get the I
statement to work
needs to pay royalties to the company up to a cap amount. I have name
a cell for gross commissions that will be the running total of th
spreadsheet. I have one column that each cell is trying to have th
logic look at that gross commission cell and if the value is < 150000
then it should take 2% of the commission value in the cell before i
and paste that value in the cell, otherwise if the value is > 15000
then the value in that cell should be 0. I can't seem to get the I
statement to work