I've got a spreadsheet with nearly a million rows, I've included a snippet below.
Each SKU should have the same cost regardless of warehouse. Also, each SKU should have the same cost multiplier regardless of warehouse. I need to find SKU's which do not abide by this.
So, SKU 1343qq1 should be identified as one that needs to be addressed in the system. Also, SKU tt661qw should also be identified since the cost multiplier is not the same. SKU 77r1343 is fine.
Any help is much appreciated!TommyBoy
[TABLE="width: 277"]
<colgroup><col width="65" span="3" style="width: 65pt;"><col width="82" style="width: 82pt;"></colgroup><tbody>[TR]
[TD="class: xl63, width: 65, align: center"]
Warehouse[/TD]
[TD="class: xl63, width: 65, align: center"]SKU[/TD]
[TD="class: xl63, width: 65, align: center"]Cost[/TD]
[TD="class: xl63, width: 82, align: center"]Cost Multiplier[/TD]
[/TR]
[TR]
[TD]5h[/TD]
[TD]1343qq1[/TD]
[TD="class: xl65, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=D8E4BC]#D8E4BC[/URL] , align: right"] 46.11 [/TD]
[TD="class: xl64, align: right"] 1.20 [/TD]
[/TR]
[TR]
[TD]6d[/TD]
[TD]1343qq1[/TD]
[TD="class: xl65, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=D8E4BC]#D8E4BC[/URL] , align: right"] 45.00 [/TD]
[TD="class: xl64, align: right"] 1.20 [/TD]
[/TR]
[TR]
[TD]33e[/TD]
[TD]tt661qw[/TD]
[TD="class: xl64, align: right"] 11.14 [/TD]
[TD="class: xl65, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=D8E4BC]#D8E4BC[/URL] , align: right"] 1.15 [/TD]
[/TR]
[TR]
[TD]12s[/TD]
[TD]tt661qw[/TD]
[TD="class: xl64, align: right"] 11.14 [/TD]
[TD="class: xl65, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=D8E4BC]#D8E4BC[/URL] , align: right"] 1.20 [/TD]
[/TR]
[TR]
[TD]12s[/TD]
[TD]77r1343[/TD]
[TD="class: xl64, align: right"] 13.22 [/TD]
[TD="class: xl64, align: right"] 1.20 [/TD]
[/TR]
[TR]
[TD]5h[/TD]
[TD]77r1343[/TD]
[TD="class: xl64, align: right"] 13.22 [/TD]
[TD="class: xl64, align: right"] 1.20 [/TD]
[/TR]
</tbody>[/TABLE]
Each SKU should have the same cost regardless of warehouse. Also, each SKU should have the same cost multiplier regardless of warehouse. I need to find SKU's which do not abide by this.
So, SKU 1343qq1 should be identified as one that needs to be addressed in the system. Also, SKU tt661qw should also be identified since the cost multiplier is not the same. SKU 77r1343 is fine.
Any help is much appreciated!TommyBoy
[TABLE="width: 277"]
<colgroup><col width="65" span="3" style="width: 65pt;"><col width="82" style="width: 82pt;"></colgroup><tbody>[TR]
[TD="class: xl63, width: 65, align: center"]
Warehouse[/TD]
[TD="class: xl63, width: 65, align: center"]SKU[/TD]
[TD="class: xl63, width: 65, align: center"]Cost[/TD]
[TD="class: xl63, width: 82, align: center"]Cost Multiplier[/TD]
[/TR]
[TR]
[TD]5h[/TD]
[TD]1343qq1[/TD]
[TD="class: xl65, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=D8E4BC]#D8E4BC[/URL] , align: right"] 46.11 [/TD]
[TD="class: xl64, align: right"] 1.20 [/TD]
[/TR]
[TR]
[TD]6d[/TD]
[TD]1343qq1[/TD]
[TD="class: xl65, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=D8E4BC]#D8E4BC[/URL] , align: right"] 45.00 [/TD]
[TD="class: xl64, align: right"] 1.20 [/TD]
[/TR]
[TR]
[TD]33e[/TD]
[TD]tt661qw[/TD]
[TD="class: xl64, align: right"] 11.14 [/TD]
[TD="class: xl65, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=D8E4BC]#D8E4BC[/URL] , align: right"] 1.15 [/TD]
[/TR]
[TR]
[TD]12s[/TD]
[TD]tt661qw[/TD]
[TD="class: xl64, align: right"] 11.14 [/TD]
[TD="class: xl65, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=D8E4BC]#D8E4BC[/URL] , align: right"] 1.20 [/TD]
[/TR]
[TR]
[TD]12s[/TD]
[TD]77r1343[/TD]
[TD="class: xl64, align: right"] 13.22 [/TD]
[TD="class: xl64, align: right"] 1.20 [/TD]
[/TR]
[TR]
[TD]5h[/TD]
[TD]77r1343[/TD]
[TD="class: xl64, align: right"] 13.22 [/TD]
[TD="class: xl64, align: right"] 1.20 [/TD]
[/TR]
</tbody>[/TABLE]