The Source Table:
The result:
If you don't need to have colorful statuses in the Time Evaluation column, don't add this single column table.
Table Transformer: Use the following SQL query:
SELECT *, CASE WHEN 'Sum of Time Spent' > 'Sum of Original Estimate' THEN "OVERDUE" ELSE "IN TIME" END AS 'Time Evaluation' FROM T1