Hello,
I have a Workbook with multiple Sheets and I was wondering if there is a code that could help me find and insert data I need instead of filtering/copy and paste that we have been doing for this project.
This is just one of many Account Numbers that I grabbed to share but I would like the data to basically vlookup the Account Number from our Master Sheet to this Raw Data Sheet in this example below and then Sum the Customer Invoice Amount by Modality Group. Bare in mind this just one example of a matching Account Number from the Master to the Raw Sheet as there are numerous different Account Numbers.
This is one row of example data of our Master Sheet that we will want the sum data to be pasted into. BioMed Modality Sum in the Biomed Invoiced Column, IT Modality Sum in the IT Invoiced Column Etc.
I have a Workbook with multiple Sheets and I was wondering if there is a code that could help me find and insert data I need instead of filtering/copy and paste that we have been doing for this project.
This is just one of many Account Numbers that I grabbed to share but I would like the data to basically vlookup the Account Number from our Master Sheet to this Raw Data Sheet in this example below and then Sum the Customer Invoice Amount by Modality Group. Bare in mind this just one example of a matching Account Number from the Master to the Raw Sheet as there are numerous different Account Numbers.
Number | Modality | Number | Expense Line Type | Start Time | End Time | Labor Hours | Quantity Sold | Unit Price | Customer Invoice Amount |
ACCT0101010 | RADIOLOGY | EXP12345678 | Labor | 2021-11-22 15:00:00 | 2021-11-22 18:30:00 | 3.50 | 3.50 | $ 295.00 | $ 1,032.50 |
ACCT0101010 | RADIOLOGY | EXP11223344 | Labor | 2021-12-14 14:00:00 | 2021-12-14 16:45:00 | 2.75 | 2.75 | $ 230.00 | $ 632.50 |
ACCT0101010 | BIOMED | EXP2345679 | Labor | 2021-11-18 08:30:00 | 2021-11-18 09:00:00 | 0.50 | 0.50 | $ 105.00 | $ 52.50 |
ACCT0101010 | LABORATORY | EXP34567890 | Labor | 2021-11-19 13:30:00 | 2021-11-19 14:00:00 | 0.50 | 0.50 | $ 105.00 | $ 52.50 |
ACCT0101010 | BIOMED | EXP22334455 | Labor | 2021-11-22 09:00:00 | 2021-11-22 10:30:00 | 1.50 | 1.50 | $ 105.00 | $ 157.50 |
ACCT0101010 | LABORATORY | EXP33445566 | Labor | 2021-11-23 14:30:00 | 2021-11-23 15:00:00 | 0.50 | 0.50 | $ 105.00 | $ 52.50 |
This is one row of example data of our Master Sheet that we will want the sum data to be pasted into. BioMed Modality Sum in the Biomed Invoiced Column, IT Modality Sum in the IT Invoiced Column Etc.
Account | Number | Parent | Parent's Parent | Total Invoiced in last 12 Months | Biomed Invoiced in last 12 Months | IT Invoiced in last 12 Months | Lab Invoiced in last 12 Months | Rad Invoiced in last 12 months |
DOCTORS | ACCT0101010 | $ 8,750.00 |