Excluding columns already used

thegreatgaru

New Member
Joined
Jan 27, 2017
Messages
2
I have a list of ZIP codes a newspaper distributes to and potential markets a company may enter into. To advertise to these markets we must strategically distribute to specific ZIP codes. However, some markets overlap ZIP codes, so if multiple markets were entered into, there wouldn't be a need to buy distribution if the ZIP code is already saturated.

Below is an example table of the data:

A
BCD
1Market A
Market BMarket C
212345100100
312346155
412347250250
512348110110
612349500

<colgroup><col><col><col><col><col></colgroup><tbody>
</tbody>


I want to have a drop down table where I would be able to select the markets. Based on how I stack them, it would give me the incremental circulation needed to cover that market. Below are 2 examples of ideal output:

MarketAdditional Circulation
Market A460
Market B155
Market C500

<colgroup><col><col></colgroup><tbody>
</tbody>

MarketAdditional Circulation
Market B405
Market C710
Market A0

<colgroup><col><col></colgroup><tbody>
</tbody>

I am looking for a formula to get the desired output for the tables.

Any help would be great!

Thanks!
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.

Forum statistics

Threads
1,216,101
Messages
6,128,842
Members
449,471
Latest member
lachbee

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