View Single Post
 
Old 01-29-2022, 10:35 PM
shah0101 shah0101 is offline Windows 10 Office 2019
Novice
 
Join Date: Jan 2022
Posts: 1
shah0101 is on a distinguished road
Default VBA module to Calculate from two tables

Dear Experts,

I have a workbook with two sheet with two different tables.

Table 1 has Invoice Numbers, Invoice Values and LC Numbers (Table Name is "Inv_21")
Table 2 has the LC Numbers and LC Values (Table Name is "LC_21"


Can I request for a script / module to bring up all the Invoice Numbers and Invoice Values from Table "Inv_21" with an automatic populated Drop Down List of any particular LC Number from Table: "LC_21" which matches the LC Number in both Tables. Then total invoice values of collected invoices and deduct those values from the LC Value?

I have deleted / sanitized as much data as I can. Sample workbook can be downloaded from below link:
https://we.tl/t-yJqNUDGdgC



Much Appreciated.

Thanks.
Reply With Quote