In the below workbook A, with file name starting MarkList_12_4_2020.xlsx and sheet name as file name in stored folder (C:/Desktop/Mark)
In the another Workbook B, is the fixed Existing report which is also stored in the same folder, which has extra columns
Need a VBA coding for
1.Post Graduate-Assign Austin in Reviewed by column
2. Preschool-Assign Victoria in Reveiwed by Column
3. Nursery -Assign Anglea in Reveiewed by Column
Output of workbook B
1. Vlookup with Workbook A with Name and update the workbook B with not available record only. (in this case Andera is new record )
John and Peter should not update again the workbook B.
Name | Mark | Class | Grade |
John | 50 | Post Graduate | A |
Peter | 50 | Preschool | A |
Andera | 100 | Nursery | S |
In the another Workbook B, is the fixed Existing report which is also stored in the same folder, which has extra columns
Need a VBA coding for
1.Post Graduate-Assign Austin in Reviewed by column
2. Preschool-Assign Victoria in Reveiwed by Column
3. Nursery -Assign Anglea in Reveiewed by Column
Name | Mark | Reviewed by | Class | Grade |
John | 50 | Austin | Post Graduate | A |
Peter | 50 | Victoria | Preschool | A |
Output of workbook B
1. Vlookup with Workbook A with Name and update the workbook B with not available record only. (in this case Andera is new record )
John and Peter should not update again the workbook B.
Name | Mark | Reviewed by | Class | Grade |
John | 50 | Austin | Post Graduate | A |
Peter | 50 | Victoria | Preschool | A |
Andera | 100 | Angela | Nursery | B |