I have one excel sheet that I manage to which I need to add rows if new rows have been added to another excel sheet that I am not managing.
To put it simply I may be sitting with an excel sheet that looks like this:
And I need to search another excel sheet (see image 2) for newly added rows based on document code column which would look like this:
And ideally I would like that my excel sheet would end up looking like this where new lines were added if they contained a document code not previously in my excel sheet:
I have seen similar questions answered before but only for more simple searches like based on fixed values in the cell e.g. like yes/no and I did not quite manage to revise those answers to my situation. .