Johnny Thunder
Well-known Member
- Joined
- Apr 9, 2010
- Messages
- 693
- Office Version
- 2016
- Platform
- MacOS
Hello,
I am working on a project that will be looking at a datasource and trying to match up Model ID's onto another sheet in the same workbook and then copying over the Model Name if it finds the value. If not, it will look to the lastrow of the 2nd sheet and add the New Model ID and Model name.
Report Attributes:
Sheets("DataSource") - Table with Lookup values
Sheets("Manual Adjustment") - Sheet to search and add Model Name too if ID is matched
On Datasource sheet, the Id's start on "A11:A90" with some blanks in between - Will need to be dynamic enough to reset the last row of data
On Datasource sheet, the Model Names are in column "E11:E90"
On the Manual Adjustments sheet, the Model ID's to match to are on Column "A5:A400" - Will need to be dynamic enough to always search for the new lastrow if ID's are added
On the Manual Adjustments sheet, the Model Names that will be inserted by the code will need to be added to the Row of the matched ID and Column H.
Please let me know if the above is clear. Any help is appreciated.
I am working on a project that will be looking at a datasource and trying to match up Model ID's onto another sheet in the same workbook and then copying over the Model Name if it finds the value. If not, it will look to the lastrow of the 2nd sheet and add the New Model ID and Model name.
Report Attributes:
Sheets("DataSource") - Table with Lookup values
Sheets("Manual Adjustment") - Sheet to search and add Model Name too if ID is matched
On Datasource sheet, the Id's start on "A11:A90" with some blanks in between - Will need to be dynamic enough to reset the last row of data
On Datasource sheet, the Model Names are in column "E11:E90"
On the Manual Adjustments sheet, the Model ID's to match to are on Column "A5:A400" - Will need to be dynamic enough to always search for the new lastrow if ID's are added
On the Manual Adjustments sheet, the Model Names that will be inserted by the code will need to be added to the Row of the matched ID and Column H.
Please let me know if the above is clear. Any help is appreciated.