Filtering sheets in workbook

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a workbook with multiple sheets with the same column headers. Each
worksheet represents a year of data. Is there a way to filter each page of
the workbook on the same Autofilter without having to set each one? For
instance, if I autofilter on a name in one, could I have it filter for all
worksheets? Ideally, I'd like to be able to save the worksheet based on any
name when it is requested and that is time consuming. Also, once I've
filtered is there anyway to combine the data from each worksheet all into one
based on all years for that name?

Thanks,
Kristin
 
there are two ways that i can think of, for the first part of you
question. both involve VBA.

you could record a macro for Advanced Filter, in which you set th
criteria on the first page that is subsequently used by other sheets.

take the help of debra's site
http://www.contextures.com/xladvfilter01.html.

the other one would be to code using Data Filter.

if you are able to use the advanced filter help on debra's site an
make this work, it will be great. else, revert, someone might be abl
to help you.

for the second part of your question, check this site:

http://peltiertech.com/Excel/Pivots/pivotstart.htm.

pivot table would be a good way to make that happen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top