IF (end date-today())<0 and >=-2Then "late"
IF (end date-today())>=-3 and description=" " Then "no data"
IF (start date >today()) Then "not started"
IF we are still in the time frame between start date and end date + the description is not empty Then "In progress"