Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

6 . Create a worksheet named, Salary Averages by Department . The formatting of the worksheet should look like the figure below. ( All formatting

6. Create a worksheet named, Salary Averages by Department. The formatting of the worksheet should look like the figure below. (All formatting can be approximated.)7. Write a formula in cell Salary Averages by Department!B3, which can be copied across to cell Salary Averages by Department!D3, and down to Salary Averages by Department!D7 to calculate the average salary by department and by salary range. (Do not copy the formula to column E as you will need another formula for that column.) The salary ranges are as follows. $30,000- $44,999.99 $45,000- $54,999.99 $55,000- $64,999.99>= $65,000 Because there will be multiple criteria for this formula, you must use the AVERAGEIFS function. The arguments for this function will be as follows. Also, use the IFERROR function to return 0 if a department doesnt have salaries within a range. If you dont use the IFERROR function, Excel will return error messages. (Use cell references for all ranges and criterion.) Average Range: Employees salary Range Range1: Employees salary Range Criteria1: >=30000 Range2: Employees salary range Criteria2: <45,000 Range3: Departments Range Criteria3: Department (Add the appropriate $ to each cell reference.) If you write this formula correctly, you will only need to write one formula and copy it over and down. (Remember, do not copy the formula to column E.)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Database Foundations Technology Fundamentals For IT Success

Authors: Bob Bryla

1st Edition

0782143725, 9780782143720

More Books

Students also viewed these Databases questions

Question

How do Data Types perform data validation?

Answered: 1 week ago

Question

How does Referential Integrity work?

Answered: 1 week ago