How to copy filtered data in new excel file

How can I save as/export filtered data to new excel file.

filtered data means, I have applied few filters on my working sheet. Now I need new file of it.

2 Answers

Easiest way probably is to copy your data to a new workbook.

  • press CTRL+A (this will select all visible cells)
    • (if you have a table (created by insert - table) then you might need to press CTRL+A to select the header too)
  • press CTRL+C to copy
  • CTRL+V in the new workbook

You can also use the advanced filtering function to copy the filtered content to another place.

In the worksheet, click the menu "Data" "Filter" "Advanced Filter".

In the advanced filter window, select "Copy to another location"

enter image description here

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like