deepheat101
Board Regular
- Joined
- Jul 26, 2006
- Messages
- 138
Greetings Excel Experts
I've got four columns of data on two different sheets (Master and Update) that I need to amend subject to the following rules -
Before....
After...
Any assistance or guidance is much appreciated,
Thanks for looking
Dave
I've got four columns of data on two different sheets (Master and Update) that I need to amend subject to the following rules -
- If a key appears on the Update list that is on the Master list then add the data item in the next available column.
If a "key" appears on the Update list that is not in the Master list then it should be inserted into the correct place (alphabetically) along with its data item in the "appropriate column".
However, if an item appears on the Master list that is not on the Update list then a blank entry needs to be added to the next available column.
Before....
Code:
Master Update
Key Key DataItem
A 11 10 A 13
C 14 14 B 10
D 11 10 C 14
F 12 11 D 10
G 16 16 G 16
Code:
Master
Key
A 11 10 13
B 10
C 14 14 14
D 11 10 10
F 12 11
G 16 16 16
Any assistance or guidance is much appreciated,
Thanks for looking
Dave