Duplicating select data into a second worksheet that will be fiktered

DarrenK

Board Regular
Joined
Aug 5, 2017
Messages
65
Office Version
  1. 365
Platform
  1. Windows
I'd like an opinion on the best way to do this:

I have a worksheet with 60 columns of raw data. I want to be able to take only certain columns from that sheet and display them into worksheet 2. I just used the "=" formula to replicate what was in the first worksheet to the second one on my first attempt.

Here's my dilemma. When the necessary data is populated in worksheet 2, I need to filter that by the headers which then forces the "=" formula to get rearranged. So whatever was looking for cell A4 on sheet 1 is now in a totally different location after filtering. But in the same column at least. Skip ahead to a new week with additional data. Once I add the new raw data, worksheet 2 needs to display the raw data from sheet 1 as it appears in sheet 1 as if no filtering took place. Eventually that will be filtered but is there a way to return a filtered spreadsheet back to pre-filtered status after it's been saved and closed out of?

Would there be a VBA macro that would make replicating and filtering data over and over any easier? Doing this on my phone and work stations are locked down so I can't access this site to upload a sample.

Any help would be greatly appreciated.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)

Forum statistics

Threads
1,216,176
Messages
6,129,314
Members
449,501
Latest member
Amriddin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top