So I have a script that filters a range by date and by blank on different columns. And I add data from the column L to M, so it is like L + M = M and the data from L is being deleted, but it is very slow since the filters I made do nothing, I still check every row and not the filtered rows.