We have two workbooks - 1. Break Report 20151218 2. Raw Report (Please refer the files attached)
1. I will create two workbooks every day in same format and no changes, with names as (1. “Break report 20151218” & 2. “Raw report”) and place both workbooks in same folder. Assume that the Break report is blank (only contains header) and I have received the raw report for a given day, as raw report has huge data in it all of which is not required for us. Hence I have created the break report in a format easier to understand. All that I need VBA to perform is to pull only the required data from Raw report.
2. Now as I have received the raw report with me, I would start updating only the required unique ID’s . In break report - column “S” & “T” I manually update the details in cell “S2” & “T2” and in cell “R2” I have applied formula Concatenate=(S2,T2), Similarly in column “V” & “W” I manually update the details in cell “V2” & “W2” and in cell “U2” I have applied formula Concatenate=(V2,W2). Hence column “R2” and “U2” will be our unique ID’s to pull data from raw report. So once we update this unique ID data manually in Row 2; we need a VBA in macro button that pulls rest of the data to respective cells. Similarly next I will go to Row 3 update “S3” & “T3” and also update “V3” & “W3” (“R3” & “U3” will get updated as we have Concatenate formula applied in it) and hit on macro button to extract the data one by one.
3. Regarding the rules I have updated in detailed description in “Rules details” workbook for your reference.
1. I will create two workbooks every day in same format and no changes, with names as (1. “Break report 20151218” & 2. “Raw report”) and place both workbooks in same folder. Assume that the Break report is blank (only contains header) and I have received the raw report for a given day, as raw report has huge data in it all of which is not required for us. Hence I have created the break report in a format easier to understand. All that I need VBA to perform is to pull only the required data from Raw report.
2. Now as I have received the raw report with me, I would start updating only the required unique ID’s . In break report - column “S” & “T” I manually update the details in cell “S2” & “T2” and in cell “R2” I have applied formula Concatenate=(S2,T2), Similarly in column “V” & “W” I manually update the details in cell “V2” & “W2” and in cell “U2” I have applied formula Concatenate=(V2,W2). Hence column “R2” and “U2” will be our unique ID’s to pull data from raw report. So once we update this unique ID data manually in Row 2; we need a VBA in macro button that pulls rest of the data to respective cells. Similarly next I will go to Row 3 update “S3” & “T3” and also update “V3” & “W3” (“R3” & “U3” will get updated as we have Concatenate formula applied in it) and hit on macro button to extract the data one by one.
3. Regarding the rules I have updated in detailed description in “Rules details” workbook for your reference.