Question

a) Calculate the Overtime Hours (Column F). The formula for Overtime Hours is based on each employee’s Total Hours Worked and is dependent on which department the employee works in. If the Total Hours Worked (column D) is greater than the assigned hours designated by the employee’s department (as listed in the table on rows 24 and 25), then the Overtime Hours is the Total Hours Worked minus the assigned hours. If the employee’ Total Hours Worked are less than or equal to the assigned hours as designated by the employee’s department, then the Overtime Hours is to be left blank (not zero(0)) in column F.

b) Develop the formula to calculate the amount of Overtime Pay. Use an “IF” statement to calculate the value of the Overtime Pay. If an employee has Overtime Hours then simply calculate the extra pay (Overtime Pay) for that employee. But, if they have no Overtime Hours, then “NA” (which stands for ‘not applicable’) is to be displayed in the cell. The employee’s Overtime Pay is based on their Hourly Rate (C8), their number of Overtime Hours (F8) and the Overtime Rate found on the RATES worksheet. Create the formula so that it can be copied down to the other employees that work at your company.Bc G H I J K L M 6 Employee Name Department Hourly Rate Total Hours Worked Regular Hours Overtime Hours Regular Pay Overtime Write the formula so it can be copied downward to every applicable cell in the column.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Hello! based on your requiremet I did this formula.

Copy and paste this formula and then see the results.

=IF(AND(B17="Sales",D17>35),D17-35,IF(AND(B17="Marketing",D17>37.5),D17-37.5,IF(AND(B17="HR",D17>35),D17-35,IF(AND(D17="Product",D17>40),D17-40,"Zero"))))

you can replace 0 or something in place of Zero

Follow the sample output of this formula

Dr - General D x AutoSum AY # % Cut EB Copy Format Painter Clipboard A A A Wrap Text Merge & Center, Calibri - 11 BIU - Font

Hit like if you are happy with this. Instead of hitting dislike, it's better to ask the requirements or doubts.

Please comment below if you have any queries regarding this. Feel free to ask anything about this problem

Have a great day.

Add a comment
Know the answer?
Add Answer to:
a) Calculate the Overtime Hours (Column F). The formula for Overtime Hours is based on each...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Develop a WPF application that has a button to calculate an employee’s weekly pay, given the...

    Develop a WPF application that has a button to calculate an employee’s weekly pay, given the number of hours worked. An employee should have a first name, last name, age, and hourly consulting rate. You should be able to create an employee object and provide the hours worked to calculate the weekly pay. The application assumes a standard workweek of 40 hours. Any hours worked over 40 hours in a week are considered overtime and earn time and a half....

  • 1.) Write a code in Python to Calculate weekly pay with overtime for an hourly employee...

    1.) Write a code in Python to Calculate weekly pay with overtime for an hourly employee (if number of hours exceed 40, then the hourly rate goes up by 50% of the usual hourly rate; the user will provide the hourly rate and the number of hours worked)

  • Program Description: Write the pseudocode for a program that will calculate and display an employee’s gross...

    Program Description: Write the pseudocode for a program that will calculate and display an employee’s gross pay. Input the number of hours an employee worked for each of the 5 days of the week. Add them all up to get his hours worked for the week. Weekly Pay is calculated by adding an employee’s normal pay plus any overtime pay. Normal hours are paid at $10/hr. Any over time is paid at $15/hr. Any hours over 40 are considered overtime....

  • 1.Calculate the Regular Pay and Overtime Pay based on a regular 40-hour workweek in cells F5...

    1.Calculate the Regular Pay and Overtime Pay based on a regular 40-hour workweek in cells F5 and G5 respectively. Pay overtime only for overtime hours. Note that the base work hours and overtime rate is given under the Assumptions section of the Payroll Data worksheet. In cell H5, calculate the Gross Pay based on the regular and overtime pay. 2. Write a formula in cell I5 to calculate the Taxable Pay. Multiply the number of dependents (given in column C)...

  • PROBLEM 2 Elder is paid a monthly salary of $2,250. Overtime is paid for hours beyond...

    PROBLEM 2 Elder is paid a monthly salary of $2,250. Overtime is paid for hours beyond 40 in each workweek. One week, Elder works 7 hours overtime. Elder’s gross pay for the week is PROBLEM 3 Ides receives 16 cents for every unit produced. Ides produces 2,976 pieces in a 43-hour workweek. For overtime, Ides is paid a sum equal to one-half the regular hourly pay rate multiplied by the number of overtime hours. Ides’ total piecework and overtime earnings...

  • This is the example given. (1) Higher Rate for Overtime Hours One could pay at the...

    This is the example given. (1) Higher Rate for Overtime Hours One could pay at the higher rate for the overtime hours. Formula Hours Amount Hours Worked, Job A: 30.0 30.0 hours x $14.75 $442.50 -266.70 Hours Worked, Job B: 14.0 14.0 hours x $19.05 ($19.058 x 0.5) $9.53, rounded Overtime hourly rate Overtime Hours: 4.0 $9.53 x 4.0 hours 38.12 $747.32 Gross Earnings a-the higher of the two Give It A Try Note: Round interim calculations to two decimal...

  • Calculate Payroll computer programmer, and an administrator. The following payroll information is available for each K....

    Calculate Payroll computer programmer, and an administrator. The following payroll information is available for each K. Mello Company has three employees-a consultant, employee Administrator Consultant Computer Programmer $3,110 per week Regular earnings rate $36 per hour $44 per hour Overtime earnings rate 1.5 times hourly rate Not applicable 2 times hourly rate Federal income tax withheld $930 $244 $510 For hourly employees, overtime is paid for hours worked in excess of 40 hours per week. For the current pay period,...

  • PLEASE HELP!!!! 1) CONDITIONAL FORMATTING - Add conditional formatting to the Hours Worked field ...

    PLEASE HELP!!!! 1) CONDITIONAL FORMATTING - Add conditional formatting to the Hours Worked field data so that any hours worked greater than 8 will show in white font with a dark fill. 2) DATABASE FUNCTION - Create a database function in cell E5 that calculates the average hours worked by males in Dept. No. 2. If criteria are needed, start in cell E1. 3) VLOOKUP - In the Department field (column D) use the VLOOKUP function to place the appropriate...

  • A company pays its employees as managers (who receive a fixed weekly salary), hourly workers (who...

    A company pays its employees as managers (who receive a fixed weekly salary), hourly workers (who receive a fixed hourly wage for up to the first 40 hours they work and “time-and-a-half,” i.e. 1.5 times their hourly wage, for overtime hours worked), commission workers (who receive $250 plus 5.7% of their gross weekly sales), or pieceworkers (who receive a fixed amount of money per item for each of the items they produce-each pieceworker in this company works on only one...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT