Ok, If I copy that one column that works beautifully, however. If I highlight
the column within the 5000row 21 column sheet and try filter in place it
changes nothing, I'm guessing this is because its looking across at the other
columns (which will all be different) and as they're all therefore unique
it's not removing any of them.
I need it to get rid of all duplicate entries of the order number in column
A regardless of the data in the other columns, and yes I need the data in the
other columns on the row that's left to remain intact.
> You can copy your order numbers (with heading) to another sheet. Then
> highlight the data and heading and click on Data | Filter | Advanced
[quoted text clipped - 41 lines]
> >
> > ideas?
But if the data in your other columns is all different, thus making
each row unique, which records do you want to get rid of in order to
have the unique values of order number? If it doesn't matter what is
in the 20-odd other columns, then you could use VLOOKUP in the second
sheet (i.e. the one with the unique order numbers in), and this will
bring the first matching record from the first sheet. Something like
this in B2:
=VLOOKUP(A2,Sheet1!$A$1:$U$5000,COLUMN(B1),0)
Copy across to U2, then copy B2:U2 down to the bottom of your unique
list of order numbers. This assumes that your order numbers are in
column A of the first sheet - if not then you will have to use an
INDEX/MATCH combination.
You can then fix the values in the second sheet (Edit|Paste Special)
and then delete the first sheet.
Hope this helps.
Pete
> Ok, If I copy that one column that works beautifully, however. If I highlight
> the column within the 5000row 21 column sheet and try filter in place it
[quoted text clipped - 53 lines]
>
> - Show quoted text -
JBW - 17 Sep 2007 17:10 GMT
wonderful, that's cracked it.
thankyou very much
> But if the data in your other columns is all different, thus making
> each row unique, which records do you want to get rid of in order to
[quoted text clipped - 75 lines]
> >
> > - Show quoted text -
Pete_UK - 18 Sep 2007 01:22 GMT
You're welcome - thanks for feeding back.
Pete
> wonderful, that's cracked it.
>
[quoted text clipped - 81 lines]
>
> - Show quoted text -