Auto-populate data from another sheet
I am creating an Excel file that will be used by multiple persons. Each person will enter data in their own worksheet from time to time, so data will keep adding on to each sheet. I also want to have a master sheet that all the data that each
person entered will be automatically populated to whenever they are entered. Any suggestion in how to do it? Thanks.
April 2nd, 2015 2:15pm
Hi,
According to your description, I recommend we try to use VLOOKUP function.
e.g. =VLOOKUP(A2,Sheet2!A:B,2,FALSE)
You may download a sample file in this thread:
George ZhaoTechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
April 3rd, 2015 1:34am