I am trying to remove some duplicates from a list report. The actual row isn't duplicate but a part number columns shows multiple instances of the same part number. I want to only take the first row where the part number is the same, therefore removing trailing duplicate part number records.
I have used the formula below to identify duplicates:
=If Previous(<Part Number>) = <Part Number> Then "Dup" Else <Part Number>
But after this has ran you are not able to filter on the variable.
Has anybody found a workaround to this problem?
THanks.
I have used the formula below to identify duplicates:
=If Previous(<Part Number>) = <Part Number> Then "Dup" Else <Part Number>
But after this has ran you are not able to filter on the variable.
Has anybody found a workaround to this problem?
THanks.