Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use IF functions to calculate the regular pay and overtime pay based 2 0 on a regular 4 0 - hour workmeek in cells E
Use IF functions to calculate the regular pay and overtime pay based
on a regular hour workmeek in cells E and F Pay overtime only for overtime hours. In cell calculate the gross pay based on the regular and overtime pay. Abram's regular pay is $ With overtime hours, Abram's overtime pay is $
Hint: #: To calculate the Regular Pay in cell E wite an IF function that checks to see if the hours worked is less than or equal to the base work hours in cell B If your logical statement results in true, retum the hours worked. If it results in false, retum the base work hours in cell B Multiply the result of your IF function by the hourly wage. Use relative and absolute references accordingly so your functions can be filled down.
#: To calculate the overtime pay, wite an IF function to see if the hours worked is greater than the base work hours in cell B If true, within the true argument subtract the base work hours from the hours worked and then multiply the result by the hourly wage and then by the overtime rate in cell B If false, retum a Again, make sure to use appropriate relative or absolute references.
#: To calculate the gross pay, add the regular pay and overtime pay together.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started