formula to workout equal to or greater than

W

wheelie

is there a formula to workout equal to or greater than for sales commissions
once a target amount is met
 
P

Pete_UK

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
 
Top