Hi guys,
Need your help on this, wondering if this can work.
How do I make the text in cell E6 change to:
1) 'Unassigned' if cell L3 is empty.
2) 'Assigned' if cell L3 is not empty.
3) 'Completed' if both cell L3 and M3 are not empty.
I found this formula stated below that will help me with first and second, but not the last one.
=IF(ISBLANK(L3),"Unassigned","Assigned")
Need your help on this, wondering if this can work.
How do I make the text in cell E6 change to:
1) 'Unassigned' if cell L3 is empty.
2) 'Assigned' if cell L3 is not empty.
3) 'Completed' if both cell L3 and M3 are not empty.
I found this formula stated below that will help me with first and second, but not the last one.
=IF(ISBLANK(L3),"Unassigned","Assigned")