VBA Lookup with 4 conditions and 2 drop-down list

PetMak

New Member
Joined
Jun 5, 2020
Messages
1
Office Version
  1. 2010
Platform
  1. Windows
Hi VBA Expert I need help.
I am looking to adjust daily report which I used to present it using PIVOT table to compare between 2 set of data tables.
The reason I want to change is the main file size are huge and to do any changes takes quite time also I don't have the flexibility to design it the way I want.
these two tables contain of financial information from thousand of transactions and we compare between recent and old data to see which bank and store should work better with each credit card.
this company working on line all over the world.
So I look for COUNT per credit card number so my basic criteria is ( CC No, Bank , Store, type of transaction ( Approved, Declined, Pending and Reject ) as it is I am able to build normal excel formula ( Index & Match ) to get these information but recently I had been asked to add extra criteria
So the above as it is looks for everything and get total count and now they need to add country and Currency, for example if they want to check the activity for Greece , Italy, Germany and Swiss for EUR currency.
so I need VBA code can do the above including the 2 extra drop-down list and it has to be multi selection ( All or selected only )
I will be very happy if anyone can help with this problem.
Thank you in advance
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type

Forum statistics

Threads
1,213,494
Messages
6,113,986
Members
448,538
Latest member
alex78

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