Hello,
I am having trouble with creating the working logic for a spreadsheet. I have a list of ID that have corresponding values. What Im seeking to do is take the Employee ID and match it to a master list, once that location is found I want to take the adjacent value from the lookup list and substitute the value in the master list. I tried Match and lookups, with no success.
The logic would be as follows:
'Column B Employee Number Change
'Column D New Contribution Change Value
'Column G Employee Number Master List
'COlumn H Contribution List
'If ColB = ColG then Replace ColH with ColD
I have a spreadsheet with several columns of data, I have simplified it to prove the desired concept. Eventually I would like to develop VBA code for the spreadsheet to perform the task by clicking a button.
screen.gif
Hope SOmeone can provide some insight in solving this issue.
Bookmarks