Hello! Sounds complicated. But I hope someone can help me. I have never worked with macros function,
and can't understand how to make it work to save myself.
So i have these two sheets.
This is Sheet1
This is Sheet2
And I need VBA to compare Name, cell by cell, find matches in Number and then insert Comment in Sheet1, if match found. Like this.
And sorry, English is my second language.
and can't understand how to make it work to save myself.
So i have these two sheets.
This is Sheet1
Name | Comment (empty for now) |
C1 | |
C4 | |
R71 |
This is Sheet2
Number | Price | Comment |
C1,C2,C4,C8 | 15 | 1-12-18 |
L3 | 22 | 22-14-7 |
R5,R15,R71 | 17 | 11-11-8 |
And I need VBA to compare Name, cell by cell, find matches in Number and then insert Comment in Sheet1, if match found. Like this.
Name | Comment |
C1 | 1-12-18 |
C4 | 1-12-18 |
R71 | 11-11-8 |
And sorry, English is my second language.