I'm trying to help out my company develop a worksheet for tracking the crew leader's monthly production bonuses and AWO (added Work Order) bonuses. Relevant to this particular question are four data columns: AWO Price, Hours Saved, Hours Lost, and Bonus Amount.
Bonuses are not granted for a job if any hours are lost, but crew leaders get a bonus of 10% of the AWO Price if hours are saved or if the job breaks even. So for the Bonus Amount column, I need a formula to calculate this amount. All numbers in the worksheet will be entered as positive numbers, so basically the calculation just needs to focus on the Hours Lost column. If the number, here, is greater than 0, the Bonus Amount will be $0.00, if not, the bonus should be 10% of the AWO Price. This is the first part of my question.
The second part of my question is this: At the bottom of the worksheet I have sum totals of each of the columns. A production bonus of $160.00 is granted to the crew leaders if they have saved at least one hour for the month. I need a formula to easily calculate this. (I almost got it on my own, but I know something isn't right.) It basically needs to go like this: If the sum of the Hours Lost column is subtracted from the sum of the Hours Saved column and the remaining number is 1 or greater, then the result is a $160.00 bonus. If not, the bonus is $0.00.
Thanks so much for any and all help!
Bonuses are not granted for a job if any hours are lost, but crew leaders get a bonus of 10% of the AWO Price if hours are saved or if the job breaks even. So for the Bonus Amount column, I need a formula to calculate this amount. All numbers in the worksheet will be entered as positive numbers, so basically the calculation just needs to focus on the Hours Lost column. If the number, here, is greater than 0, the Bonus Amount will be $0.00, if not, the bonus should be 10% of the AWO Price. This is the first part of my question.
The second part of my question is this: At the bottom of the worksheet I have sum totals of each of the columns. A production bonus of $160.00 is granted to the crew leaders if they have saved at least one hour for the month. I need a formula to easily calculate this. (I almost got it on my own, but I know something isn't right.) It basically needs to go like this: If the sum of the Hours Lost column is subtracted from the sum of the Hours Saved column and the remaining number is 1 or greater, then the result is a $160.00 bonus. If not, the bonus is $0.00.
Thanks so much for any and all help!