A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
No filter, be it Simple, Custom or Advanced, will work across sheets. Therefore, you will have to first consolidate data from 5 sheets into 1. Once this is done, we can via a simple advanced filter macro, extract data to another sheet.
To consolidate data from 5 sheets into 1 (which will update when new rows of data are added), you may refer to this link on my website - http://www.ashishmathur.com/create-a-pivot-table-from-multiple-worksheets-in-the-same-workbook/. In point 18, select Table instead of Pivot Table.
First just try to consolidate data from 5 sheets to 1 sheet and once that works OK, we will frame the advanced filter macro.
Hope this helps.