Let's say there's file 1 , which contains names in column A and some numbers in column B. Names can repeat, but not always in the same rows. I want to get sum of values in column B but only for specific name. Trick is that I can't mess with file 1 , since it is created automatically
I know how to link values from specific cell in other excel file, but I dunno how pull them based on data in another column
Copying a worksheet from one workbook to another is possible and it has some useful VBA code that might help you out here. https://www.excelcampus.com/vba/copy-paste-another-workbook/.