1 Attachment(s)
Compare and insert missing Row Values Problem
I have 2 worksheets in the same workbook (sheet1, sheet2). What I need is help with the code to look at sheet1 and add any values to sheet2 that are not present.
Now the thing that is giving me the issue is I guess I need to concatenate? Or something along those lines. I need the fruit column and the numbers to be looked at together, not individually.
So from my example attached the following values should be placed into sheet2 since they are not present. I am looking for the VBA code to do this btw.
Apple 3
Pear x
Pinapple 1
Kiwi 1
Banana 6
Nectarine 0
Thanks in advance for any help or advice.