• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Consolidation Query

SG

Member
Hi Experts,


I need your help in one of my problem.I want to consolidate the multiple excel files of a folder with same name & numbered as 1,2,3 in to a one excel file.I have tried but unable to create a macro on it.There is only one criteria in this consolidation is that column D of every sheet is a date.What i want is to extract the data on basis of a particular week number let's say we are in week 50 & i want the data of week-49.Currently i'm doing this manually by applying weeknum formula in the end of data,let's say that's column M & then extract the data.


Please help me on this with a macro.
 
Ron Bruin has several examples on merging workbooks found here (scroll down to Copy/Paste/Merge section):

http://www.rondebruin.nl/tips.htm


In particular, look at the 4th example on this page:

http://www.rondebruin.nl/copy3.htm


It filters each worksheet for a criteria that you specify and the merges all the data.
 
Back
Top