About 1,930,762 results (3,403 milliseconds)

Only Copy and Paste VISIBLE cells in Google Sheets - Google Docs ...

https://support.google.com/docs/thread/38767079/only-copy-and-paste-visible-cells-in-google-sheets?hl=en
Apr 8, 2020 ... Many of use work in Google Sheets for its convenience and some of us use it because they do not own Excel. Google Sheets has been perfect for my ...

I want to create a macro to apply a filter (created in Data tab) then ...

https://support.google.com/docs/thread/42520476/i-want-to-create-a-macro-to-apply-a-filter-created-in-data-tab-then-copy-and-paste-into-another?hl=en
Apr 25, 2020 ... If you are exporting the rows as CSV or copy pasting them, you may want to take the data from the 'Finalised (view-only)' sheet. See the Filters ...

Selecting cell range while having a filter on? - Google Docs Editors ...

https://support.google.com/docs/thread/95171533/selecting-cell-range-while-having-a-filter-on?hl=en
Jan 27, 2021 ... In Excel the copied range will copy "literally" in the underlying data (e.g. if you copy the two rows 266 and 316, which are consecutive with ...

Google script, filter data but now show it - Google Docs Editors ...

https://support.google.com/docs/thread/82652717/google-script-filter-data-but-now-show-it?hl=en
Nov 13, 2020 ... I'm trying to copy a range of data to a new sheet. However, there is the chance that there are empty rows in this range. What I now do is insert a filter, ...

Excel VBA : Filtering and copy pasting to new sheet

https://groups.google.com/g/xlvbaeyes/c/QweuvAxIZAI
Apr 22, 2015 ... Suppose you are asked to apply filter on a column and paste result of a filter into a new worksheet and renaming worksheet with the filter value.

Save filter view to new sheet - Google Docs Editors Community

https://support.google.com/docs/thread/105163874/save-filter-view-to-new-sheet?hl=en
Apr 5, 2021 ... Proficient with Excel, however VBA and forms do not work in office online or or mobile apps, only from desktops. So trying out Google Sheets ...

Two-way syncing of data between sheets so changes can be made ...

https://support.google.com/docs/thread/3961222/two-way-syncing-of-data-between-sheets-so-changes-can-be-made-on-either?hl=en
Apr 10, 2019 ... But I'm wondering: is there a way users can edit either Sheet? The Master Sheets and the Filtered Sheets that copy over the data from the Master ...

how to count only the visible blank cells after filtering? - Google ...

https://support.google.com/docs/thread/75129375/how-to-count-only-the-visible-blank-cells-after-filtering?hl=en
Oct 5, 2020 ... Insert this formula in row 2 in a free column: =if( subtotal(103, A2), countblank(B2), 0 ). Then copy down the formula as far as necessary.

My pivot table filter doesn't work - Google Docs Editors Community

https://support.google.com/docs/thread/37064891/my-pivot-table-filter-doesn-t-work?hl=en
Mar 31, 2020 ... rather than paring down columns, start by pairing down rows. that is, File>Make a Copy of your sheet, then on that new sheet, delete all but 20 ...

Button to copy range in sheet1 and paste, transposed, in sheet2 ...

https://support.google.com/docs/thread/57445656/button-to-copy-range-in-sheet1-and-paste-transposed-in-sheet2-find-value-to-determine-row?hl=en
Jul 6, 2020 ... I'm trying to transition from excel to sheets so I need to replicate what I already made vba. ... filter views that let you edit data that is ...

Is it possible to sort Google sheets if it has protected ranges in it ...

https://support.google.com/docs/thread/10084409/is-it-possible-to-sort-google-sheets-if-it-has-protected-ranges-in-it?hl=en
Jul 17, 2019 ... I know that in excel you can filter options on a protected sheet. Is there any way to do this in Google sheets? Ex. I want my clients to be ...

Copy/ Paste Values in a Range to last Row - Google Docs Editors ...

https://support.google.com/docs/thread/148426458/copy-paste-values-in-a-range-to-last-row?hl=en
Jan 29, 2022 ... ... filter(String).length; is returning the total count of items in column C and use that as the "last row." Then at the end you're getting 1 ...

Filter a table based on the data within a cell - Google Docs Editors ...

https://support.google.com/docs/thread/32195669/filter-a-table-based-on-the-data-within-a-cell?hl=en
Mar 3, 2020 ... ... copy we can all work on. Please take a look at: Google Product Experts' TIPS FOR POSTING. (Have sensitive info in your sheet? Read the tips ...

Excel Worksheet Object resizes in Word when I edit/open it

https://groups.google.com/g/microsoft.public.word.pagelayout/c/_OWAVYEX2Rw
the Excel functions (filtering) on this object so it must be editable (either ... Screwy workaround - I do a lot of this linking. Copy the cells (in excel). In ...

Auto refreshing filtered google form responses - Google Docs ...

https://support.google.com/docs/thread/15935284/auto-refreshing-filtered-google-form-responses?hl=en
Oct 3, 2019 ... query the original tab columns A and B to remove any rows where B is blank (temp tab); copy the notes from the temp tab column A and paste ...

RE: Subtotal: Min / Max Offset on Filtered Visible Cells?

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/aSa8qakulfs
Copy the formulas down to the last row of data. When you filter, column K ... > The VBA calculation needs to perform some sort of subtraction operation > ...

Compare 2 columns and align duplicates into same row

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/OsOCI64bvGM
May 22, 2008 ... Copy D2 down to the last row of data in col B. This flags email ... EXCEL: Matching then Aligning Data across rows and down columns. Hi ...

Class Range | Apps Script | Google for Developers

https://developers.google.com/apps-script/reference/spreadsheet/range
Whether to avoid clearing filtered rows. Return. Range — This range, for ... A destination range to copy to; only the top-left cell position is relevant.

Integration of Tools/Filter with google apps script [36753410] - Issue ...

https://issuetracker.google.com/issues/36753410
... Excel VBA). I am running into issues with range copies because ... I found that using copyTo with option contentOnly, will copy only the filtered data.

excel - How to loop through each row where there are a varying ...

http://feedproxy.google.com/~r/stackoverflow/ynOn/~3/XXq6W6z752g/vba-loop-through-each-row-and-copy-paste-the-row-if-the-columns-match-a-condit
Jan 11, 2021 ... I want to copy every row from "old" that has "col3 = C ... How to iterate through only Rows in the AutoFiltered Worksheet in Excel VBA?