Sue has attended:
Excel Intermediate course
Excel Advanced course
Auto filter
Can you filter between seperate sheets on the same work book?
RE: Auto filter
Hi Sue
The short reply is NO unless you do it using VBA code (A macro).
Your basic Auto filter only works on data on the active sheet. However filtered data can then be copied to another worksheet if needed.
You can write a macro that filter the other worksheets with the same criteria as the main sheet
Hope this helps
Carlos