hi,
I am looking for a way to identify errors in pricing. The error occurs where multiple products use the same part sku. In some rows the data the price and other values are different for the part sku for these items.
Below is an example for toner cartridges that can be used for more than one printer model. The corresponding values are supposed to be the same for each unique part number, but some are different. The mismatching-incorrect prices and yields for the same part number are in red.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Cartridge[/TD]
[TD]Part Number[/TD]
[TD]Price[/TD]
[TD]Black Yield[/TD]
[TD]Color Yield[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Black Toner[/TD]
[TD]12345B[/TD]
[TD]60[/TD]
[TD]40000[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Black Toner[/TD]
[TD]12345B[/TD]
[TD]60[/TD]
[TD]40000[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Black Toner[/TD]
[TD]12345B[/TD]
[TD]56[/TD]
[TD]4000[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Black Toner[/TD]
[TD]54321B[/TD]
[TD]40[/TD]
[TD]30000[/TD]
[TD]30000[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Cyan Toner[/TD]
[TD]54321C[/TD]
[TD]80[/TD]
[TD]0[/TD]
[TD]25000[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]Magenta Toner[/TD]
[TD]54321M[/TD]
[TD]80[/TD]
[TD]0[/TD]
[TD]25000[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]Yellow Toner[/TD]
[TD]54321Y[/TD]
[TD]80[/TD]
[TD]0[/TD]
[TD]25000[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]Black Toner[/TD]
[TD]54321B[/TD]
[TD]40[/TD]
[TD]30000[/TD]
[TD]30000[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]Cyan Toner[/TD]
[TD]54321C[/TD]
[TD]80[/TD]
[TD]0[/TD]
[TD]25000[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]Magenta Toner[/TD]
[TD]54321M[/TD]
[TD]80[/TD]
[TD]0[/TD]
[TD]25000[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]Yellow Toner[/TD]
[TD]54321Y[/TD]
[TD]80[/TD]
[TD]0[/TD]
[TD]25000[/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]Black Toner[/TD]
[TD]54321B[/TD]
[TD]37.50[/TD]
[TD]30000[/TD]
[TD]30000[/TD]
[/TR]
[TR]
[TD]14[/TD]
[TD]Cyan Toner[/TD]
[TD]54321C[/TD]
[TD]88[/TD]
[TD]0[/TD]
[TD]24000[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]Magenta Toner[/TD]
[TD]54321M[/TD]
[TD]88[/TD]
[TD]0[/TD]
[TD]24000[/TD]
[/TR]
[TR]
[TD]16[/TD]
[TD]Yellow Toner[/TD]
[TD]54321Y[/TD]
[TD]88[/TD]
[TD]0[/TD]
[TD]24000[/TD]
[/TR]
</tbody>[/TABLE]
I need to able to find these type of errors for multiple columns, for example prices and yields and other values.
What formula, function would best identify mismatching corresponding values (price, etc) where they need to be the same value for a their part number?
I am looking for a way to identify errors in pricing. The error occurs where multiple products use the same part sku. In some rows the data the price and other values are different for the part sku for these items.
Below is an example for toner cartridges that can be used for more than one printer model. The corresponding values are supposed to be the same for each unique part number, but some are different. The mismatching-incorrect prices and yields for the same part number are in red.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Cartridge[/TD]
[TD]Part Number[/TD]
[TD]Price[/TD]
[TD]Black Yield[/TD]
[TD]Color Yield[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Black Toner[/TD]
[TD]12345B[/TD]
[TD]60[/TD]
[TD]40000[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Black Toner[/TD]
[TD]12345B[/TD]
[TD]60[/TD]
[TD]40000[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Black Toner[/TD]
[TD]12345B[/TD]
[TD]56[/TD]
[TD]4000[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Black Toner[/TD]
[TD]54321B[/TD]
[TD]40[/TD]
[TD]30000[/TD]
[TD]30000[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Cyan Toner[/TD]
[TD]54321C[/TD]
[TD]80[/TD]
[TD]0[/TD]
[TD]25000[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]Magenta Toner[/TD]
[TD]54321M[/TD]
[TD]80[/TD]
[TD]0[/TD]
[TD]25000[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]Yellow Toner[/TD]
[TD]54321Y[/TD]
[TD]80[/TD]
[TD]0[/TD]
[TD]25000[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]Black Toner[/TD]
[TD]54321B[/TD]
[TD]40[/TD]
[TD]30000[/TD]
[TD]30000[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]Cyan Toner[/TD]
[TD]54321C[/TD]
[TD]80[/TD]
[TD]0[/TD]
[TD]25000[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]Magenta Toner[/TD]
[TD]54321M[/TD]
[TD]80[/TD]
[TD]0[/TD]
[TD]25000[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]Yellow Toner[/TD]
[TD]54321Y[/TD]
[TD]80[/TD]
[TD]0[/TD]
[TD]25000[/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]Black Toner[/TD]
[TD]54321B[/TD]
[TD]37.50[/TD]
[TD]30000[/TD]
[TD]30000[/TD]
[/TR]
[TR]
[TD]14[/TD]
[TD]Cyan Toner[/TD]
[TD]54321C[/TD]
[TD]88[/TD]
[TD]0[/TD]
[TD]24000[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]Magenta Toner[/TD]
[TD]54321M[/TD]
[TD]88[/TD]
[TD]0[/TD]
[TD]24000[/TD]
[/TR]
[TR]
[TD]16[/TD]
[TD]Yellow Toner[/TD]
[TD]54321Y[/TD]
[TD]88[/TD]
[TD]0[/TD]
[TD]24000[/TD]
[/TR]
</tbody>[/TABLE]
I need to able to find these type of errors for multiple columns, for example prices and yields and other values.
What formula, function would best identify mismatching corresponding values (price, etc) where they need to be the same value for a their part number?