Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Brittany Lambert is a volunteer for the Brevard County Swim Clubs in Melbourne, Florida, and has offered to compile data on the swim club

image text in transcribedimage text in transcribedimage text in transcribed

1. Brittany Lambert is a volunteer for the Brevard County Swim Clubs in Melbourne, Florida, and has offered to compile data on the swim club employees and teams. She needs your help completing the workbook and analyzing the data. Switch to the All Employees worksheet. In cell E3, enter a formula using the XLOOKUP function as follows to determine an employee's potential pay rate, which is based on their years of experience: a. Use a structured reference to look up the value in the Years of Experience column. Find the matching value in the range P14:U14, and retrieve the value in the range P15:U15, using absolute references to both ranges. Return nothing if the lookup value isn't found, and since hourly pay rate is tiered based on the number of years of experience, find the next smallest match. b. Fill the formula into the range E4:E32, if necessary. 2. Each summer, the swim clubs host a camp for young swimmers. To work as a counselor at one of the summer camps, an employee must be at least 21 years old. Brittany wants to determine how many employees are eligible to be camp counselors. In cell J3, enter a formula using the IF function and structured references as follows to determine if Tiffany Adams can work as a camp counselor: a. The function should use a reference to the Age column to determine if the employee's age is greater than or equal to 21, and should return the text Yes if true and No if false. b. Fill the formula into the range J4:J32, if necessary. 3. To be eligible to work with the swim team, an employee must have at least two years of experience or have completed CPR training. In cell K3 enter a formula using the IF and OR functions and structured references as follows to determine if Tiffany Adams can work with the swim team: a. The IF function should determine if the employee's Years of Experience is greater than or equal to 2 OR if the employee's CPR trained status is "Yes", returning rspectives Excel 365/2021 | Module 7: SAM Project 1b the text Yes if an employee meets one or both of those criteria or the text No if an employee meets neither of those criteria. b. Fill the formula into the range K4:K32, if necessary. 1. Brittany Lambert is a volunteer for the Brevard County Swim Clubs in Melbourne, Florida, and has offered to compile data on the swim club employees and teams. She needs your help completing the workbook and analyzing the data. Switch to the All Employees worksheet. In cell E3, enter a formula using the XLOOKUP function as follows to determine an employee's potential pay rate, which is based on their years of experience: a. Use a structured reference to look up the value in the Years of Experience column. Find the matching value in the range P14:U14, and retrieve the value in the range P15:U15, using absolute references to both ranges. Return nothing if the lookup value isn't found, and since hourly pay rate is tiered based on the number of years of experience, find the next smallest match. b. Fill the formula into the range E4:E32, if necessary. 2. Each summer, the swim clubs host a camp for young swimmers. To work as a counselor at one of the summer camps, an employee must be at least 21 years old. Brittany wants to determine how many employees are eligible to be camp counselors. In cell J3, enter a formula using the IF function and structured references as follows to determine if Tiffany Adams can work as a camp counselor: a. The function should use a reference to the Age column to determine if the employee's age is greater than or equal to 21, and should return the text Yes if true and No if false. b. Fill the formula into the range J4:J32, if necessary. 3. To be eligible to work with the swim team, an employee must have at least two years of experience or have completed CPR training. In cell K3 enter a formula using the IF and OR functions and structured references as follows to determine if Tiffany Adams can work with the swim team: a. The IF function should determine if the employee's Years of Experience is greater than or equal to 2 OR if the employee's CPR trained status is "Yes", returning rspectives Excel 365/2021 | Module 7: SAM Project 1b the text Yes if an employee meets one or both of those criteria or the text No if an employee meets neither of those criteria. b. Fill the formula into the range K4:K32, if necessary

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Finance questions

Question

Write a Python program to check an input number is prime or not.

Answered: 1 week ago