Copy hidden columns but only filtered rows

Dr. Demento

Well-known Member
Joined
Nov 2, 2010
Messages
618
Office Version
  1. 2019
  2. 2016
Platform
  1. Windows
Off the top of my head, I'm going to guess this isn't possible, but I thought I'd put it out there.

I have a filtered table with hidden columns. I need to capture all the columns but only want the filtered rows. Any way to copy/paste (non-VBA) in this scenario?

Thanks y'all.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
No. There's the ability to copy only the visible, but that affects rows and columns.

I'd suggest using Custom Views (View tab) to quickly switch between a view with hidden columns and one showing everything.

Since you've already got your columns hidden, go to Views, Custom Views and click Add, give the view a name.
Then unhide the columns and create another custom view for Showing All.

You can now filter the view showing all, copy just the visible rows (ALT+; to select), then go back to your hidden column view.
 
Upvote 0
That's A-maz-zuh-zing!!! Thank you. I can already see other possible applications. :cool:
 
Upvote 0

Forum statistics

Threads
1,215,043
Messages
6,122,825
Members
449,096
Latest member
Erald

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