About 1,106,661 results (3,257 milliseconds)

VBA to delete rows issues with Excel 2010? | MrExcel Message Board

http://feedproxy.google.com/~r/mrexcel/YavB/~3/JDwG1c9gIr4/showthread.php
Aug 5, 2013 ... But it wasn't one in Excel 2007. Even manually deleting the rows by means of a filter takes an eternity to complete. It's weird. Thanks ...

Filtering and removing blank rows based on text in a seperate cell ...

https://support.google.com/docs/thread/222193168/filtering-and-removing-blank-rows-based-on-text-in-a-seperate-cell?hl=en
Jun 23, 2023 ... I need the table to filter out any rows that have a blank cell in column K (to condense the list). And every time i change the code in K1, i basically need the ...

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 ... To remove the filter, click the filter button again, and choose None ... You can use VBA (record macros etc) but that means if someone ...

How to select a range, from the first non-blank cell to last non-blank ...

https://support.google.com/docs/thread/62014428/how-to-select-a-range-from-the-first-non-blank-cell-to-last-non-blank-cell?hl=en
Jul 30, 2020 ... I know that this is possible using VBA on Excel, but is there any ... =rows( iferror( filter(B3:B, len(A3:A), (B3:B = "Declined") + (B3 ...

VBA! Copy range based on cell value - Google Docs Editors ...

https://support.google.com/docs/thread/82867932/vba-copy-range-based-on-cell-value?hl=en
Nov 14, 2020 ... =filter(Testy!A1:B; isnumber(Testy!C1:C)). This is an ... I also dont want the script to delete the row, just copy the specified range.

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 ... - I select the column "Status" to filter on. - ... that is, File>Make a Copy of your sheet, then on that new sheet, delete all but 20 random rows ...

How to autocopy data to a Sheet from google forms without losing ...

https://support.google.com/docs/thread/13394381/how-to-autocopy-data-to-a-sheet-from-google-forms-without-losing-data-from-resubmissions?hl=en
Sep 2, 2019 ... They do not write data to cells or rows. They display the information. So if you delete a row of data from the Form Responses 1 tab the same ...

onEdit hide Rows and Columns

https://groups.google.com/g/google-apps-script-community/c/zl4i9GXnt94
Jan 3, 2023 ... I am completely new to Apps Script and finding the switch from VBA very difficult. I have a sheet with the range A1:AU309 and have a reference ...

Beyond Excel - SelRows()

https://sites.google.com/site/beyondexcel/home/about/project-updates/selrows
Aug 15, 2014 ... Ten Commandments of Excel VBA Programming · Trumping Taxes · UDF ... When I use this to to delete rows scattered throughout a table I ...

Excel VBA : Filtering and copy pasting to new sheet

https://groups.google.com/g/xlvbaeyes/c/QweuvAxIZAI
In the following VBA code, a filter is applied on column F (Rank). Sub ... sender by replying to this message and delete this e-mail immediately.

Delete row in another sheet based on cell value in another tab ...

https://support.google.com/docs/thread/170067166/delete-row-in-another-sheet-based-on-cell-value-in-another-tab?hl=en
Jul 6, 2022 ... You cannot delete rows with a spreadsheet formula. These workarounds ... You can also hide the rows that are marked as deleted with a filter view.

Trying to convert my VBA vlookup to Appscript - Google Docs Editors ...

https://support.google.com/docs/thread/219167804?hl=en&msgid=219194000
Jun 3, 2023 ... The VBA I used in Excel is ... Otherwise, it's not a big deal for me to just delete some cells and 'shift them left' every Monday morning.

Use "Join" function on range and exclude blank rows? - Google ...

https://support.google.com/docs/thread/18674277/use-join-function-on-range-and-exclude-blank-rows?hl=en
Nov 5, 2019 ... =JOIN("%2C",FILTER(A2:A,A2:A<>"")). This will filter out the blank rows and join what is left. I hope this helps! Adam. Original Poster Quinn ...

more than 255 lines in chart

https://groups.google.com/g/microsoft.public.excel.charting/c/ctZUDug1zpI
Jan 4, 2005 ... of data-rows allowed in Excel. In reality I only need maybe 15 rows ... vba solution if you need any this that is suppose to be automatic.

Code to move entire row to another tab based on cell value using ...

https://support.google.com/docs/thread/118114921/code-to-move-entire-row-to-another-tab-based-on-cell-value-using-google-sheets?hl=en
Jul 22, 2021 ... You will have to delete or rename your existing onEdit function to avoid events firing twice. ... My recommendation remains that you use filter ...

How to clear a column of values without losing headers? (header ...

https://support.google.com/docs/thread/2687134/how-to-clear-a-column-of-values-without-losing-headers-header-rows-are-frozen?hl=en
Mar 19, 2019 ... I clear the column, paste the formula back in and just double-click on the bottom right of the top cell to auto-populate down the rows.

I'd like to move a row to another sheet based on another cell's ...

https://support.google.com/docs/thread/115603351/i-d-like-to-move-a-row-to-another-sheet-based-on-another-cell-s-criteria?hl=en
Jul 1, 2021 ... My recommendation remains that you use filter views instead of moving rows between sheets. This solution would also take care of automatically sorting the ...

how to lock or protect cells after data entry or input - Google Docs ...

https://support.google.com/docs/thread/66826933/how-to-lock-or-protect-cells-after-data-entry-or-input?hl=en
Aug 24, 2020 ... I need to be able to automatically protect each cell after data entry or input. So, all other people who will have access to this spreadsheet will have editor ...

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 filters are set ... remove the filtered column and update the range on the top left? du ...

Filter array of values out of another array - Google Docs Editors ...

https://support.google.com/docs/thread/114263277/filter-array-of-values-out-of-another-array?hl=en
Jun 20, 2021 ... The final formula has to account for duplicate letters so it's possible the length of column B would be more than 26 rows. If the named range ...