About 1,238,392 results (1,708 milliseconds)

Is there a way to delete multiple blank rows all at once without doing ...

https://support.google.com/docs/thread/199083324/is-there-a-way-to-delete-multiple-blank-rows-all-at-once-without-doing-them-in-groups?hl=en
Jan 26, 2023 ... Use your mouse to highlight/select your entire sheet · Click the filter icon · In column A click the filter drop down · Click "Clear" to clear all ...

Filter out blank rows in named range - Google Docs Editors ...

https://support.google.com/docs/thread/44123024/filter-out-blank-rows-in-named-range?hl=en
May 3, 2020 ... This formula will take all of the contents from column A of Sheet1 and remove the blank rows. If this is not what you need, would you please ...

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 ... I want to join the values with the delimiter %2C of all values in column A2:A but I want to exclude all the blank rows at the end.

Clean up data in a spreadsheet | Google Workspace add-ons ...

https://developers.google.com/workspace/add-ons/samples/clean-sheet
Jun 4, 2025 ... Delete blank rows–Within a selected range, the script identifies empty rows and deletes them. If cells within a row contain space characters, ...

How to tell blanks from 0's in passed excel range

https://groups.google.com/g/exceldna/c/XWv3ELJBcrw
Jun 22, 2021 ... I am passing a range of 20 rows of numbers through to Excel DNA. not all of the rows will have numbers and will be blanks in excel. When I ...

google form and google sheets. freezes - Google Docs Editors ...

https://support.google.com/docs/thread/134569494/google-form-and-google-sheets-freezes?hl=en
Nov 10, 2021 ... You may want to check those conditional formatting rules, and delete any unneeded blank rows at the bottom of the sheet. Also see these ...

Auto delete empty rows Apps Script - Google Docs Editors Community

https://support.google.com/docs/thread/194027104/auto-delete-empty-rows-apps-script?hl=en
Dec 23, 2022 ... I need a script that, after execution, deletes all rows in the file (all sheets) that do not have data in the first cell of that row.

Alternating Colours Not Working - Google Docs Editors Community

https://support.google.com/docs/thread/4056108/alternating-colours-not-working?hl=en
Apr 12, 2019 ... I'm trying to extend the range of rows that use alternating colours ... empty spreadsheet that contains nothing but a hidden alternating color ...

I'm getting #ref when deleting rows. Is there a way to avoid this ...

https://support.google.com/docs/thread/84417645/i-m-getting-ref-when-deleting-rows-is-there-a-way-to-avoid-this?hl=en
Nov 21, 2020 ... I'm not too familiar with excel or google sheets. ... In this way, if a row is deleted within the range, the reference continues to apply over the ...

How do I automatically paste a range of cells into another tab ...

https://support.google.com/docs/thread/25986140/how-do-i-automatically-paste-a-range-of-cells-into-another-tab-preserving-the-previous-pastes?hl=en
Jan 17, 2020 ... I have created a Sheet for research I am doing that creates a range of data within a row, e.g., CU1:GJ1. It takes data from a data set ...

Count percentage of completed checkboxes while skipping cells that ...

https://support.google.com/docs/thread/172696807/count-percentage-of-completed-checkboxes-while-skipping-cells-that-don-t-have-a-checkbox?hl=en
Jul 26, 2022 ... I'm looking to calculate the percentage of checkboxes that are marked complete in Column B, but skip blank rows/rows that don't contain a checkbox.

How do I automatically paste a range of cells into another tab ...

https://support.google.com/docs/thread/25986140/how-do-i-automatically-paste-a-range-of-cells-into-another-tab-preserving-the-previous-pastes?hl=en
Jan 18, 2020 ... I have created a Sheet for research I am doing that creates a range of data within a row, e.g., CU1:GJ1. It takes data from a data set ...

Problems with using Script Sorting to move blank cells to top or ...

https://support.google.com/docs/thread/11028413/problems-with-using-script-sorting-to-move-blank-cells-to-top-or-bottom-of-sheet?hl=en
Jul 31, 2019 ... var range = sheet.getRange(SORT_DATA_RANGE2); ... Anyway, probably the easiest solution would be to keep your script as is, and just delete and ...

Macro to copy multiple lines of data to new sheet - Google Docs ...

https://support.google.com/docs/thread/26632246/macro-to-copy-multiple-lines-of-data-to-new-sheet?hl=en
Jan 24, 2020 ... // Create range strings for the rows in Client Summary and PT Payment Log sheets ... After deleting existing "blank" rows in the middle of the ...

Sheets Refiner - Google Workspace Marketplace

https://workspace.google.com/marketplace/app/sheets_refiner/86583636772
Dec 3, 2024 ... ... cells within a range. Options: * Delete blank rows or columns or both * Consider space characters as blanks * Backup original data * Process ...

Sorting in Google Sheets results in duplicated data - Google Docs ...

https://support.google.com/docs/thread/182052928/sorting-in-google-sheets-results-in-duplicated-data?hl=en
Oct 2, 2022 ... I did not use any custom code, but Data-Sort Range-Select Data Has Header Row, and sort by column C. ... You shouldn't have to go delete "empty" ...

Deleting row changes pivot table - Google Docs Editors Community

https://support.google.com/docs/thread/135012156/deleting-row-changes-pivot-table?hl=en
Nov 11, 2021 ... When a row is deleted from the sheet, a new row appears in the pivot tables with blanks in the cells and 0 in the count cell that pushes the bottom row off the ...

is there any way to set google sheets to delete the first row and add ...

https://support.google.com/docs/thread/74846728/is-there-any-way-to-set-google-sheets-to-delete-the-first-row-and-add-at-one-row-at-the-bottom?hl=en
Oct 4, 2020 ... The range chosen for the count should, if possible, be a column with no (or a fixed number of) blank rows. Then set your importrange to ...

Class Range | Apps Script | Google for Developers

https://developers.google.com/apps-script/reference/spreadsheet/range
Inserts empty cells into this range. insertCheckboxes(), Range, Inserts checkboxes ... getRange('B1:D7'); // Remove duplicate rows in the range. range ...

Cut function changes cell range in conditional formatting rules. WHY ...

https://support.google.com/docs/thread/102867240/cut-function-changes-cell-range-in-conditional-formatting-rules-why?hl=en
Mar 18, 2021 ... What's left behind are a blank, clean, fresh default empty cells, and a gap in the CF apply to range. ... delete the contents of the copied cells.