Good day,
I am carrying out an analysis of data submitted. the nature of the analysis is to seek variances in the data. one of the variances is multiple submissions on the same data.
what I am aiming to do, is to cut all the first occurring duplicates to the bottom of the data.
I have already included a formula to mark the duplicates that need to be moved in a separate column( If(a2=a1,"Duplicate","")
so a VBA script to cut rows based on value of a row will work as well.
This would have normally been easy enough to filter and cut, but excel will not allow me to cut multiple rows that are not next to each other.
Please help
I am carrying out an analysis of data submitted. the nature of the analysis is to seek variances in the data. one of the variances is multiple submissions on the same data.
what I am aiming to do, is to cut all the first occurring duplicates to the bottom of the data.
I have already included a formula to mark the duplicates that need to be moved in a separate column( If(a2=a1,"Duplicate","")
so a VBA script to cut rows based on value of a row will work as well.
This would have normally been easy enough to filter and cut, but excel will not allow me to cut multiple rows that are not next to each other.
Please help