harrySCOTT
Technical User
I have a formula that is used to determine where an employee falls in their pay range. The formula is as follows the (Employee Hourly Rate-Range Minimum)/(Range Maximum-Range Minimum). If the employee rate=range minimum (meaning the divisor=0) then I use the following statement: if Employee Hourly Rate=Range Minimum then 0 else (Employee Hourly Rate-Range Minimum)/(Range Maximum-Range Minimum). When I run the report, I still get the error message "Division by 0." How can I get around this?
Thanks!
Thanks!