Bob is doing payroll this week and wants to create a spreadsheet that’ll automate the process. Each employee’s pay will be based on their pay scale (hourly, piece, salaried) and their level of production. Bob wants the spreadsheet to calculate their gross pay, Social Security withholding (6.2% * Gross Pay), Medicare withholding (1.45% * Gross Pay) and take home pay (Gross Pay – SS – MC).
Your spreadsheet should automatically select the right calculation and execute it based on the pay scale for the employee in question.
Additionally, use functions to calculate the totals and standard deviations of each of those amounts