52,223 views
26 votes
26 votes
In cell K2 enter a formula using the IF and OR functions, as well as structured references, to determine if Adam Moriarty can be a group leader. a. 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.

User Pavel Saniuk
by
3.1k points

1 Answer

14 votes
14 votes

Solution :

The value of the K2 cell is filled by IF and OR functions with structured references as :


K2=IF(OR([CBF\ \text{Staff[ Service years]} > 3, \text{CBF Staff[College graduate]}=

Now if the syntax of the formula is not provided, then we can use :


$K2=IF(OR([[\text{Service Years}]]>3,[[\text{College Graduate}]]=

The staff member are required to satisfy one of the two or both the conditions so as to become a group leader. The conditions are :

--- staff member should served for more than 3 years

--- staff members should be college graduate

In cell K2 enter a formula using the IF and OR functions, as well as structured references-example-1
In cell K2 enter a formula using the IF and OR functions, as well as structured references-example-2
User Reshmi Majumder
by
2.7k points