In E1...
=IF(AND(A1="need to schedule",C1=,"need to schedule"),A2,"")

In E2..
=IF(AND(A1="need to schedule",C1=,"need to schedule"),C2,"")

Is this what you are looking for?