Question: In cell K2 enter a formula using the IF and OR functions, as well as structured refereneces, to determine if Adam Moriarty can be a
In cell K2 enter a formula using the IF and OR functions, as well as structured refereneces, to determine if Adam Moriarty can be a group leader.
The IF function should first determine if the staff member's Service Years is greater than 3 OR if the staff member's college graduate status is "Yes". Remember to use a structured reference to the Service Years and the College Graduate columns.
The function should return the text Yes if a staff member meets one or both of those criteria.
The function should return the text No if a staff member meets neither of those criteria.
Here is the syntax: =IF(OR(CBFStaff[[#Headers],[Service Years]],>3,CBFStaff[[#Headers],[College Graduate]]="Yes"),"Yes","No")
When I use this formula I get Yes all the way down K2. Where am I going wrong?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
