I have a Master Forecast Report (MFR) in which each resulting column comes from various worksheets in the workbook. The MFR has the following columns that require population from the other worksheets:
A: Client Name
B: Billed
C: Potential New Revenue (PNR)
D: PNR Probability
E: Forecast
F: Budget
Worksheets feeding the MFR:
Column A in every worksheet is Client Name.
I have a "Billed" worksheet containing columns:
A: Client Name
B: Billed
I have a "PNR" worksheet containing columns:
A: Client Name
B: Potential New Revenue (PNR)
C: PNR Probability
I have a "Forecast" worksheet containing the columns:
A: Client Name
B: Forecast
I have a "Budget" worksheet containing the columns:
A: Client Name
B: Budget
Copy columns A and B from "BILLED" to columns A and B of MFR
Copy columns A,B and C from "PNR" to columns A, C and D of MFR (please note - we copy each consecutive worksheet underneath the preceding
Copy columns A and B from "Forecast" to columns A and G of MFR
Copy columns A and B from "Budge" to column A and I of MFR
Sort by Client
Subtotal by Client
Create a summary roll up in a "SUMMARY" worksheet that contains the subtotals for the region
Would LOVE to be able to automate this with VB but don't have the know how....
A: Client Name
B: Billed
C: Potential New Revenue (PNR)
D: PNR Probability
E: Forecast
F: Budget
Worksheets feeding the MFR:
Column A in every worksheet is Client Name.
I have a "Billed" worksheet containing columns:
A: Client Name
B: Billed
I have a "PNR" worksheet containing columns:
A: Client Name
B: Potential New Revenue (PNR)
C: PNR Probability
I have a "Forecast" worksheet containing the columns:
A: Client Name
B: Forecast
I have a "Budget" worksheet containing the columns:
A: Client Name
B: Budget
- We need to bring every Client row from each worksheet into the MFR and then Sort by Client Name and then subtotal by Client.
- The number of rows in each worksheet varies from month to month
- We are currently doing the following, for the most part manually or with some referencing:
Copy columns A and B from "BILLED" to columns A and B of MFR
Copy columns A,B and C from "PNR" to columns A, C and D of MFR (please note - we copy each consecutive worksheet underneath the preceding
Copy columns A and B from "Forecast" to columns A and G of MFR
Copy columns A and B from "Budge" to column A and I of MFR
Sort by Client
Subtotal by Client
Create a summary roll up in a "SUMMARY" worksheet that contains the subtotals for the region
Would LOVE to be able to automate this with VB but don't have the know how....