In cell M2, enter a formula using a nested IF function and structured references to determine first if a staff member already has completed leadership training, and if not, whether that staff member is eligible for leadership training.

Respuesta :

Answer:

=IF([@[Academic Technology Training]]="Yes",IF([@[Service Years]]>2,"Yes","No"))

Explanation:

=IF([@[Academic Technology Training]]="Yes",IF([@[Service Years]]>2,"Yes","No"))