I have a formula in the Page Header of a report that is working fine, but I would like for it to return zero if it equals below 65. The formula is for a payout program that averages totals for three months of data. But if the average is below 65, they do not get any payout. Here is the current formula. Control Source =([AccessTotalsName]*0.01)*559.98
How do I make it equal 0 if it is less than 65?