Question
I To be eligible to work with the swim team, an employee must have at least two years of experience or have completed CPR training.
I
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:
The IF function should determine if the employee's Years of Experience is greater than or equal to 2OR if the employee's CPR trained status is "Yes", returning 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.
Fill the formula into the range K4:K32, if necessary.
Employees may serve as swim team coaches if they are at least age 23 and have at least three years of experience. In cell L3, enter a formula using the IF and AND functions and structured references as follows to determine if Tiffany Adams is eligible to serve as a swim team coach:
The IF function should determine if the employee's age is greater than or equal to 23 AND the employee's years of experience are greater than or equal to 3, and should return the text Yes if an employee meets both of those criteria or the text No if an employee meets none or only one of those criteria.
Fill the formula into the range L4:L32, if necessary.
Brittany wants to identify employees who are eligible to take a CPR course at the clubs' expense. Employees who can work as camp counselors are eligible for the course. In cell M3, enter a formula using a nested IFfunction and structured references as follows to determine first if an employee has already been trained in CPR, and if not, whether that employee meets the qualifications to take the course:
If the value in the CPR Trained column is equal to the text "Yes", the formula should display Trained as the text.
Otherwise, the formula should determine if the value in the Camp Counselor column is equal to the text "Yes" and return the text Yes if true and No if false.
Fill the formula into the range M4:M32, if necessary.
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