MachuPichu92
New Member
- Joined
- Feb 4, 2020
- Messages
- 15
- Office Version
- 2016
- Platform
- Windows
Hello to all,
I'm currently working on some project, to compare data between 2 different tables (1 for exchange data, 1 for "our" data).
Both tables share common headers as Delivery Date, Type (buy, sell), quantity and amount (see screenshot below).
My goal is to match data between these 2 tables based on delivery date + type in order to get differences in quantity and amount.
I would appreciate if you could post some vba code to create difference between quantites and amounts.
Thanks you!
Has anyone met this situation before? I was trying to create consolidated pivot table or calculated items (difference) but with no luck.
I'm currently working on some project, to compare data between 2 different tables (1 for exchange data, 1 for "our" data).
Both tables share common headers as Delivery Date, Type (buy, sell), quantity and amount (see screenshot below).
My goal is to match data between these 2 tables based on delivery date + type in order to get differences in quantity and amount.
I would appreciate if you could post some vba code to create difference between quantites and amounts.
Thanks you!
Has anyone met this situation before? I was trying to create consolidated pivot table or calculated items (difference) but with no luck.