Help! How can i copy the values after filtering?

Status
Not open for further replies.

htoh2

New Member
Joined
Oct 20, 2010
Messages
25
Greetings to all of the experts,

i'm new to vba. Experts , pls guide me, thanks in advance!

I have a requirement to copy the values. I shall give an illustration


I have these 2 columns of data in my LookupFile.xls, as follows:

Country code Company Code
BB1 123
BB1 234
BB1 345
BB1 567
BB2 789

I also have these 2 columns of data in my Enduser.xls, as follows:

Country code Company Code
BB1
BB2
BB3

So, i have a requirement such as when i filter Country code ="BB1" in my LookupFile.xls , the values of company code (123,234,345,567) will be populated into company code column for country code ="BB1" in my Enduser.xls, with the values concatenate together with a comma.

Pls help on How can i go to this.

Thank you :LOL:

Best regards,
htoh2
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Status
Not open for further replies.

Forum statistics

Threads
1,215,456
Messages
6,124,939
Members
449,197
Latest member
k_bs

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