Basically I need all combinations possible from 2 columns of data (sales person and items)
I receive information in 2 sheets like this:
* List of Sales person (column A)
Now I need to combine this information so that I will end up with a list like this
Until now we have copy/pasted the item list X times and then added the sales persons manually. I can't seem to solve it via formulas and I'm not good creating VBA from scratch. Hopefully somone can assist me to do this smarter ?
BR
Susan - DK4700
Windows / Excel 2016.
I receive information in 2 sheets like this:
* List of Sales person (column A)
Joe
Isa
.
.
* List of items (column a) and margin (column G)item 100 - margin 100
item 200 - margin 200
.
.
Now I need to combine this information so that I will end up with a list like this
Joe - Item 100 - margin 100
Joe - Item 200 - margin 200
Joe - Item 300 - margin 300
Isa - Item 100 - margin 100
Isa - Item 200 - margin 200
.
.
.
.
.
The margin is just a "add on information" to the item and are not to be combined individually. The number of sales persons as well as the number of items can vary, Until now we have copy/pasted the item list X times and then added the sales persons manually. I can't seem to solve it via formulas and I'm not good creating VBA from scratch. Hopefully somone can assist me to do this smarter ?
BR
Susan - DK4700
Windows / Excel 2016.