I have a spreadsheet full of data in multiple columns. I want to filter on two of the columns on a few criteria and then send the results to other worksheets.
So for example, each time I have country a, county b and country c in column A (book titles) as well as author a and Author b In column B (authors) - these get copied and sent off to worksheet A
each time I have country d, county e and country f in column A (book titles) as well as author c and Author d In column B (authors) - these get copied and sent off to worksheet B.
If I go back and decide to change the data in the original data set, I want the copied data to reflect the change.
Is there any easy way to do this in vba or an advance filter?
So for example, each time I have country a, county b and country c in column A (book titles) as well as author a and Author b In column B (authors) - these get copied and sent off to worksheet A
each time I have country d, county e and country f in column A (book titles) as well as author c and Author d In column B (authors) - these get copied and sent off to worksheet B.
If I go back and decide to change the data in the original data set, I want the copied data to reflect the change.
Is there any easy way to do this in vba or an advance filter?