Comparing competitor products using Drop Down List

Dorothyhanlon

New Member
Joined
Apr 18, 2017
Messages
1
Selecting item(product) from Drop Down List auto fills 4 cells below it with items ( competitor products) that are similar(generic) to product selected in the drop down.
 

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.
Hi and welcome to the board,

What you want is doable, but where is all the data? Are there always just four compare items to be listed, or perhaps more?

I have a pretty common drop down example, using two sheets. Drop down is on sheet 3 and the data is on sheet 2.
Select a drop down item in cell B2 (sheet 3) and a list of data is posted below the drop down. Some lists are 3 items long some are 23 items long. The number of items listed below the drop down is however many I include on the data sheet (sheet 2) for that particular selected item.

Here is a segment of sheet 2 data with some dummy data. Where My Product 1, My Product 2 My Product 3 wouldbe seen in the drop down and the associated list would be posted below it.

The code to make it work is a change event code in the sheet module.

Does this seem to be what you are looking for?

Howard

Cell Formulas
RangeFormula
E1My Product 1
E2Product e
E3Product t
E4Product x
F1My Product 2
F2Product p
F3Product x
F4Product l
F5Product u
F6Product a
G1My Product 3
G2Product g
G3Product r
G4Product z
G5Product zzw
G6Product awxz
G7Product ttvz
 
Upvote 0
Just to add, disregard the lower illustration Worksheet Formula, it has no bearing to this solution, was inadvertently included by me.

Howard
 
Upvote 0

Forum statistics

Threads
1,215,217
Messages
6,123,675
Members
449,116
Latest member
HypnoFant

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