Returning listed values from a table

Charmwah

Board Regular
Joined
Jan 23, 2017
Messages
64
Hi all

I have a populated data base where each row represents a customer, and each column represents a product. Some columns are subdivided where a product has variants. All I want to do is create a simple worksheet where a product can be selected from a drop down list, and then all the customers that currently order it are listed. The database looks basically like below, albeit on a larger scale:

Product A
Product A1Product A2
Customer AX
Customer BX
Customer CXX

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

The issue i'm having is in finding a formula that can a) return the list of customers showing each value in its own cell and the next value in the cell below, and b) without any showing anyblank cells.

Can anybody suggest a way to do this without the use of VBA?

Thanks in advance!!!
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Hi all

I have a populated data base where each row represents a customer, and each column represents a product. Some columns are subdivided where a product has variants. All I want to do is create a simple worksheet where a product can be selected from a drop down list, and then all the customers that currently order it are listed. The database looks basically like below, albeit on a larger scale:

Product A
Product A1Product A2
Customer AX
Customer BX
Customer CXX

<tbody>
</tbody>

The issue i'm having is in finding a formula that can a) return the list of customers showing each value in its own cell and the next value in the cell below, and b) without any showing anyblank cells.

Can anybody suggest a way to do this without the use of VBA?

Thanks in advance!!!

I think it will be much easier if you can share the file..
 
Last edited:
Upvote 0
I think it will be much easier if you can share the file..

Hi JarJar

Thanks for your response. I'm afraid i'm unable to share the file due to the nature of its content. I could perhaps produce a replica with none of the private information within?

Thanks

Dave
 
Upvote 0

Forum statistics

Threads
1,215,326
Messages
6,124,272
Members
449,149
Latest member
mwdbActuary

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