Comparing Sales Figures, need to keep Assosciated Product Codes

alanbarry

New Member
Joined
Jul 12, 2013
Messages
9
Hi all,

Hope someone can help :)

I have sales figures for 2 different years. They are laid out as so;

2011 Sales
CountryVolumeProduct Code
UK1000100123
USA245100123
Germany566100124
Germany201100125

<tbody>
</tbody>

This table is repeated for the next year, however there have been some changes to all parameters; for example,
the product code 100123 is now also shipped to Italy. The product 100125 is now shipped to Spain.

2012 Sales
CountryVolumeProduct Code
UK1222100123
USA500100123
Italy290100123
Germany566100124
Spain700100125


<tbody>
</tbody>


My problem; I need to be able to visualize which new countries are being shipped to, and which product codes these are associated with; for example, I need Italy 100123 to be highlighted to me as a new destination for that product code.

The actual tonnage sold itself is irrelevant, I just need to know if it is >0.

Is there a way to compare these two data sets easily? My knowledge of Excel is not great, my apologies if this is a very basic thing to ask! The file is several thousand lines items long, hence the need for some automation.

Many many thanks to anyone that may help!

Alan.
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
With the data you posted in the range A1:C13, select A9:C13 and apply Conditional Formatting with the formula:

=ISERROR(MATCH($A9,$A$3:$A$6,FALSE))

with the Format of your choice.
 
Upvote 0

Forum statistics

Threads
1,215,334
Messages
6,124,319
Members
449,154
Latest member
pollardxlsm

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top