Answer:
In J2 write the following function
=IF([College Graduate]="Yes","Yes","No")
Step-by-step explanation:
I assume that the table has already been created.
So, the explanation of the function is as follows:
= --> This begins an Excel formula
IF ---> The indicates that the formula uses the IF function
[College Graduate]="Yes" --> This condition checks if the College Graduate column is Yes
"Yes" --> If the condition is true, the content of J2 is Yes
"No" --> If the condition is false, the content of J2 is No