Hi @Stef_99
Remove that double quotes in Filter Data Table activity and save the wizard. After Filter Data Table activity use the below code in Invoke Code:
dt_Result1.Columns.Add("").SetOrdinal(6)
Invoke Arguments:

Write dt_Result1
back to excel using Write Range Workbook activity
Hope it helps!!