Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

MS Excel If-Then-Else Hi, Trying to formulate an if-then-else statement to chang

ID: 640615 • Letter: M

Question

MS Excel If-Then-Else

Hi,

Trying to formulate an if-then-else statement to change the status value of a cell based upon the presence or lack thereof the following three dates, requested, assigned, and completed.

Any advice would be greatly appreciated.

Column D = Status (unassigned, assigned, completed)

Unassigned = request date only exists (col A)

Assigned = request date and assigned date exist but not a completed date (col K)

Completed = completed date exists (col R)

Thanks very much in advance !!

Explanation / Answer

Hi..

In D2:

=IF(R2<>"","Completed",IF(K2<>"","Assigned",IF(A2<>"","Unassigned","")))

This formula can be filled down.

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Chat Now And Get Quote