Hello Experts,
Seeking your wisdom once again...
I am trying to come up with a VBA which would - take a Value from a cell, look for it in another sheet, and replace a number of cell values associated with that Value.
Here's an example with some dummy data:
- There are a number of Names in a dropdown in Sheet 1 called New Records. I select John.
- John has a number of Car 1 / Car 2 / Car 3 and Laptop / PC / Tablet items associated with him:
- Sheet 2 called Old Records is used as a storage where John's (and other people) records are stored:
Now...knowing that there are over 200 name records, and over 117 columns (i.e. Car1 Car2 Car3 etc...) in Sheet 2 (Old Records) - what is the best way to update Sheet 2 (Old Records) row values with new values from Sheet1 (New Records) based on a Name Value?
Appreciate your help!
Seeking your wisdom once again...
I am trying to come up with a VBA which would - take a Value from a cell, look for it in another sheet, and replace a number of cell values associated with that Value.
Here's an example with some dummy data:
- There are a number of Names in a dropdown in Sheet 1 called New Records. I select John.
- John has a number of Car 1 / Car 2 / Car 3 and Laptop / PC / Tablet items associated with him:
- Sheet 2 called Old Records is used as a storage where John's (and other people) records are stored:
Now...knowing that there are over 200 name records, and over 117 columns (i.e. Car1 Car2 Car3 etc...) in Sheet 2 (Old Records) - what is the best way to update Sheet 2 (Old Records) row values with new values from Sheet1 (New Records) based on a Name Value?
Appreciate your help!