Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Copy only Filtered / Filter View Rows

I have two sheets, Contacts, and Mailer

The visible cells from Contacts : Column B after filtering/filter view on the Google Spreadsheet needs to be copied to the column A of Mailer.

Since there is no open function yet for getvisibility of row, how do I do this? I dont want to write many FILTER() codes because the filters can keep changing, they will be user defined...the results will always be in Column B.

Please let me know of solutions/workarounds.

Worst Case Scenario: until the row visibility function is opened we'll have to manually copy the cells from one sheet to another, but I'm hoping to avoid that

like image 1000
Akhil Oswal Avatar asked Mar 19 '14 11:03

Akhil Oswal


People also ask

How do I copy only filtered data?

Solution #1 - Copy only visible filtered data To do this, open your Excel spreadsheet and select the filtered data. Press Ctrl + C to copy the data. Next, select the worksheet where you'd like to paste the data. Press Ctrl + V to paste the data into the new worksheet.


2 Answers

You don't need to switch to Excel. Just select and copy the data from the filtered page, go to the new page, select the cell where you want the copied data, right-click in the cell and select 'Paste Special' > 'Paste Values Only'.

like image 92
Steven Hoste Avatar answered Sep 28 '22 07:09

Steven Hoste


I had the same question and here is what I finally did. If you copy the filtered data you can paste it into Excel and only the visible cells will paste. I then copied that data and pasted it into my Google sheet. We shouldn't have to do this but it's not a bad workaround.

Cheers!

like image 31
Wendy Faye Avatar answered Sep 28 '22 06:09

Wendy Faye