F
foolio
I have a row with part numbers and a row with prices.
I would like to delete all the rows that are duplicates in BOTH par
number and price, while leaving duplicate part numbers with differen
prices for me to look at a little bit closer.
Example:
110234 -- $1.7
110234 -- $1.7
110235 -- $2.1
110235 -- $2.1
110235 -- $2.3
110236 -- $6.1
110236 -- $6.1
Turns into:
110234 -- $1.7
110235 -- $2.1
110235 -- $2.3
110236 -- $6.
I would like to delete all the rows that are duplicates in BOTH par
number and price, while leaving duplicate part numbers with differen
prices for me to look at a little bit closer.
Example:
110234 -- $1.7
110234 -- $1.7
110235 -- $2.1
110235 -- $2.1
110235 -- $2.3
110236 -- $6.1
110236 -- $6.1
Turns into:
110234 -- $1.7
110235 -- $2.1
110235 -- $2.3
110236 -- $6.