Need help to remove duplicate from pivot

Vjazz

New Member
Joined
May 17, 2020
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
Hi Experts,

Please would really appreciate an VBA help here.
Trying to remove duplicate from the columnC cell1 in comparison with columnB cell1 in pivot, the data format in each cell of both the column are below.

Pivot Column B cell 1 contains multiple users> rahim;josh;nick;abdul;raj;smith;stacy

Pivot Column C cell 2 contains multiple users>john;crandell;ajay;stacy;raj;jacob;rodney


From the example above my objective is to remove duplicates from column c, which are Stacy; raj.

The range of the pivot for column b:c is 500.

Please could someone help me with a vba for this. Would be a real magic to me, if the duplicate of c is remove and the B cell1 details would be picked as email contacts for TO, C details would be picked as Cc. 1 email for each row. So if I have 500 rows 500 emails with B2 details in To and C2 details in Cc after the duplicates are removed.

Please advise on some tips for an VBA script for these


Jason
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December

Forum statistics

Threads
1,215,695
Messages
6,126,261
Members
449,307
Latest member
Andile

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