IF({Completed} = 1, "✅Done✅",IF(IS_BEFORE({Due date}, TODAY()), "⏰OVERDUE⏰","🏃In-progress🏃"))
So IF ( field = the result you want , "the text or emoji you want to add")
If you want to set different conditions, put all of them together separated by a comma.