I need to ask if it's possible to match value from pivot table item with value in another normal table and return the value from another column.
Example:
I have this pivot table with this "account" id slected
and in 2nd worksheet i have this table
And i would like to know if it is possible in VBA to compare the value selected in pivot table to the 2nd table and if the id is in the table return the email adress from that ID?
Example:
I have this pivot table with this "account" id slected
and in 2nd worksheet i have this table
And i would like to know if it is possible in VBA to compare the value selected in pivot table to the 2nd table and if the id is in the table return the email adress from that ID?