G Guest Apr 1, 2006 #1 is there a formula to workout equal to or greater than for sales commissions once a target amount is met
is there a formula to workout equal to or greater than for sales commissions once a target amount is met
P Pete_UK Apr 1, 2006 #2 Something like: IF(sales >= target, bonus, "must work harder next month") Try to be a bit more explicit in your request. Hope this helps. Pete
Something like: IF(sales >= target, bonus, "must work harder next month") Try to be a bit more explicit in your request. Hope this helps. Pete