I am working on two spread sheets say A and B, the sheet A has data that is directly being pulled from the database using a sql query in the excel connection. It has real time vendor data and keeps changing as and when we refresh the sheet.
I have another sheet B, which is pulling the data from sheet A using the vlookup formulas, in addition to the vendor data it has another static column named "notes". We add some text into the notes column for each vendor.
My problem is, whenever sheet A refreshes, the data in sheet B changes automatically but static notes column doesn't change, as the data changes the notes column is being mapped to the incorrect vendors. Is there a way we can sync the dynamically changing columns and static columns ? I want my notes column to be correctly mapped to the vendors.
I am using excel 2010 version, thanks for your help!
Cheers,